Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index ea9ae420a608e2b2541061fba3b37beda258761b..06462418d12540c1657d304090a095091a9c1c68 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -123,7 +123,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
#endif |
command_line.AppendSwitch(switches::kSkipGpuDataLoading); |
command_line.AppendSwitch(switches::kDisableGpuVsync); |
- command_line.AppendSwitch(switches::kEnableExperimentalWebKitFeatures); |
+ command_line.AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures); |
command_line.AppendSwitch(switches::kEnableCssShaders); |
command_line.AppendSwitchASCII(switches::kTouchEvents, |
switches::kTouchEventsEnabled); |