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); |