Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 32b12370a3f19cd28543381f0a4b208c933e7f81..bcdb522937a2488baecab817a3def815451fa463 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -302,9 +302,9 @@ const char kEnableDeviceMotion[] = "enable-device-motion"; |
// Enables restarting interrupted downloads. |
const char kEnableDownloadResumption[] = "enable-download-resumption"; |
-// Enables WebKit features that are in development. |
-const char kEnableExperimentalWebKitFeatures[] = |
- "enable-experimental-webkit-features"; |
+// Enables Web Platform features that are in development. |
+const char kEnableExperimentalWebPlatformFeatures[] = |
+ "enable-experimental-web-platform-features"; |
jochen (gone - plz use gerrit)
2013/05/07 09:41:14
you will probably want keep the old switch around
|
// Disables the threaded HTML parser in WebKit |
const char kDisableThreadedHTMLParser[] = "disable-threaded-html-parser"; |