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

Unified Diff: Source/WebKit/chromium/public/WebRuntimeFeatures.h

Issue 14950002: Add enable*Features functions in preparation for using them in content. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Used the wrong macro for UNUSED, fixed. Created 7 years, 8 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 | « no previous file | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 633b08d8432156f2133a7803669e44f6ed66cd30..e5c5232935e3d70ce2ad2b1d4a31c24ba6552ae4 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -41,6 +41,10 @@ namespace WebKit {
// certain level of maturity.
class WebRuntimeFeatures {
public:
+ WEBKIT_EXPORT static void enableStableFeatures(bool);
+ WEBKIT_EXPORT static void enableExperimentalFeatures(bool);
+ WEBKIT_EXPORT static void enableTestOnlyFeatures(bool);
+
WEBKIT_EXPORT static void enableDatabase(bool);
WEBKIT_EXPORT static bool isDatabaseEnabled();
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698