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

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

Issue 343001: Move various runtime enabled experiments into a WebExperiments class.... (Closed) Base URL: svn://svn.chromium.org/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
Index: webkit/api/public/WebKit.h
===================================================================
--- webkit/api/public/WebKit.h (revision 30559)
+++ webkit/api/public/WebKit.h (working copy)
@@ -54,21 +54,10 @@
WEBKIT_API void setLayoutTestMode(bool);
WEBKIT_API bool layoutTestMode();
- // Enables HTML5 media support.
- WEBKIT_API void enableMediaPlayer();
-
// Purge the plugin list cache. If |reloadPages| is true, any pages
// containing plugins will be reloaded after refreshing the plugin list.
WEBKIT_API void resetPluginCache(bool reloadPages);
- // Enables HTML5 database support.
- WEBKIT_API void enableDatabases();
- WEBKIT_API bool databasesEnabled();
-
- // Enables HTML5 Web Sockets support.
- WEBKIT_API void enableWebSockets();
- WEBKIT_API bool webSocketsEnabled();
-
} // namespace WebKit
#endif

Powered by Google App Engine
This is Rietveld 408576698