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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 366473002: Remove unused exposed APIs for WebRuntimeFeatures (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Keep enableLaxMixedContentChecking Created 6 years, 6 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 | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index b2e4ae8a42f46010bebab274ce7ee3108eabb4a9..4845921a4442cad69fdfe38f8cf6f2481902370c 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -46,8 +46,6 @@ public:
BLINK_EXPORT static void enableDatabase(bool);
- BLINK_EXPORT static void enableDialogElement(bool);
-
BLINK_EXPORT static void enableEncryptedMedia(bool);
BLINK_EXPORT static bool isEncryptedMediaEnabled();
@@ -112,8 +110,6 @@ public:
BLINK_EXPORT static void enableWebMIDI(bool);
- BLINK_EXPORT static void enableHTMLImports(bool);
-
BLINK_EXPORT static void enableXSLT(bool);
BLINK_EXPORT static void enableOverlayScrollbars(bool);
@@ -122,8 +118,6 @@ public:
BLINK_EXPORT static void enableSharedWorker(bool);
- BLINK_EXPORT static void enableExperimentalWebSocket(bool);
-
BLINK_EXPORT static void enableTargetedStyleRecalc(bool);
BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698