summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebRuntimeFeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebRuntimeFeatures.h')
-rw-r--r--WebKit/chromium/public/WebRuntimeFeatures.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebRuntimeFeatures.h b/WebKit/chromium/public/WebRuntimeFeatures.h
index 9aa1f4f..5537ee2 100644
--- a/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -86,6 +86,12 @@ public:
WEBKIT_API static void enableSpeechInput(bool);
WEBKIT_API static bool isSpeechInputEnabled();
+ WEBKIT_API static void enableXHRResponseBlob(bool);
+ WEBKIT_API static bool isXHRResponseBlobEnabled();
+
+ WEBKIT_API static void enableFileSystem(bool);
+ WEBKIT_API static bool isFileSystemEnabled();
+
private:
WebRuntimeFeatures();
};