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

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: 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..2af9e4daf20efbdf64208fe0f6658a151b7da9bf 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);
@@ -132,8 +126,6 @@ public:
BLINK_EXPORT static void enableShowModalDialog(bool);
- BLINK_EXPORT static void enableLaxMixedContentChecking(bool);
abarth-chromium 2014/07/01 02:11:22 This one was just added. Presumably it's about to
-
private:
WebRuntimeFeatures();
};
« 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