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

Unified Diff: content/public/common/content_switches.cc

Issue 14940009: Rename the "Experimental WebKit Features" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed one. Created 7 years, 7 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 | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698