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

Unified Diff: content/shell/shell_main_delegate.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: content/shell/shell_main_delegate.cc
diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
index 69813218a7888be0379b3609aac345568b3897cb..ce6a1b5ec68dadf83bdb36476058c2e399e096c3 100644
--- a/content/shell/shell_main_delegate.cc
+++ b/content/shell/shell_main_delegate.cc
@@ -111,7 +111,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
SetAllowOSMesaImageTransportForTesting();
DisableSystemDragDrop();
command_line.AppendSwitch(switches::kSkipGpuDataLoading);
- command_line.AppendSwitch(switches::kEnableExperimentalWebKitFeatures);
+ command_line.AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures);
command_line.AppendSwitch(switches::kEnableCssShaders);
command_line.AppendSwitchASCII(switches::kTouchEvents,
switches::kTouchEventsEnabled);
« content/public/common/content_switches.cc ('K') | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698