Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: webkit/api/public/WebRuntimeFeatures.h

Issue 339093: Change notification cmd line enabling to use the new RuntimeEnabledFeatures c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | webkit/api/public/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
};
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | webkit/api/public/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698