summaryrefslogtreecommitdiffstats
path: root/webkit/api/public/WebRuntimeFeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/public/WebRuntimeFeatures.h')
-rw-r--r--webkit/api/public/WebRuntimeFeatures.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/api/public/WebRuntimeFeatures.h b/webkit/api/public/WebRuntimeFeatures.h
index 110665e..a924921 100644
--- a/webkit/api/public/WebRuntimeFeatures.h
+++ b/webkit/api/public/WebRuntimeFeatures.h
@@ -56,6 +56,9 @@ public:
WEBKIT_API static void enableSockets(bool);
WEBKIT_API static bool isSocketsEnabled();
+ WEBKIT_API static void enableNotifications(bool);
+ WEBKIT_API static bool isNotificationsEnabled();
+
private:
WebRuntimeFeatures();
};