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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b5479871ae723b8962f4fdc6eb2ddcffa97772eb..269c85f7985aec2fe9b1e24bae2a1c22f310da69 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -794,11 +794,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableSoftwareRasterizer)
},
{
- "enable-experimental-webkit-features",
- IDS_FLAGS_EXPERIMENTAL_WEBKIT_FEATURES_NAME,
- IDS_FLAGS_EXPERIMENTAL_WEBKIT_FEATURES_DESCRIPTION,
+ "enable-experimental-web-platform-features",
+ IDS_FLAGS_EXPERIMENTAL_WEB_PLATFORM_FEATURES_NAME,
+ IDS_FLAGS_EXPERIMENTAL_WEB_PLATFORM_FEATURES_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(switches::kEnableExperimentalWebKitFeatures)
+ SINGLE_VALUE_TYPE(switches::kEnableExperimentalWebPlatformFeatures)
},
{
"enable-css-shaders",

Powered by Google App Engine
This is Rietveld 408576698