Index: webkit/api/public/WebRuntimeFeatures.h |
=================================================================== |
--- webkit/api/public/WebRuntimeFeatures.h (revision 30646) |
+++ webkit/api/public/WebRuntimeFeatures.h (working copy) |
@@ -56,6 +56,9 @@ |
WEBKIT_API static void enableSockets(bool); |
WEBKIT_API static bool isSocketsEnabled(); |
+ WEBKIT_API static void enableNotifications(bool); |
+ WEBKIT_API static bool isNotificationsEnabled(); |
+ |
private: |
WebRuntimeFeatures(); |
}; |