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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 22855008: Support a runtime flag for navigator content utils feature (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index a9c293fb0227603fb92d6ed4c45485046e93bc7f..bc0f824c9686c64cb5c9776e6523dbf6bbc56bc4 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -137,6 +137,9 @@ public:
WEBKIT_EXPORT static void enableHTMLImports(bool);
WEBKIT_EXPORT static bool isHTMLImportsEnabled();
+ WEBKIT_EXPORT static void enableNavigatorContentUtils(bool);
+ WEBKIT_EXPORT static bool isNavigatorContentUtilsEnabled();
abarth-chromium 2013/08/19 19:18:07 There's no need for this API. We can control the
gyuyoung-inactive 2013/08/20 08:24:37 I don't understand well. Stable APIs as Geolocatio
+
WEBKIT_EXPORT static void enableCustomElements(bool);
WEBKIT_EXPORT static void enableOverlayScrollbars(bool);
« Source/core/page/RuntimeEnabledFeatures.in ('K') | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698