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

Unified Diff: content/child/runtime_features.cc

Issue 14940009: Rename the "Experimental WebKit Features" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 5 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/browser/worker_host/worker_process_host.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 2e9c1fe9b2dfdb49af49580f690def4322fc304b..b655b9593d264b0a38045fee10a86e43205c44e7 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -43,7 +43,7 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
const CommandLine& command_line) {
WebRuntimeFeatures::enableStableFeatures(true);
- if (command_line.HasSwitch(switches::kEnableExperimentalWebKitFeatures))
+ if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
WebRuntimeFeatures::enableExperimentalFeatures(true);
SetRuntimeFeatureDefaultsForPlatform();
« no previous file with comments | « content/browser/worker_host/worker_process_host.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698