Chromium Code Reviews| Index: chrome/browser/chromeos/login/chrome_restart_request.cc |
| diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc |
| index 531ef29bcd19bb6a1177ed48a3b4232ec31c8b6e..88226b6f570073e5ebd9da4162fbccf403faedb2 100644 |
| --- a/chrome/browser/chromeos/login/chrome_restart_request.cc |
| +++ b/chrome/browser/chromeos/login/chrome_restart_request.cc |
| @@ -83,7 +83,7 @@ std::string DeriveCommandLine(const GURL& start_url, |
| ::switches::kDisableSeccompFilterSandbox, |
| ::switches::kDisableSeccompSandbox, |
| ::switches::kEnableAcceleratedOverflowScroll, |
| - ::switches::kEnableBrowserPluginCompositing, |
| + ::switches::kDisableBrowserPluginCompositing, |
|
piman
2013/03/07 17:59:41
nit: alpha order.
|
| ::switches::kEnableCompositingForFixedPosition, |
| ::switches::kEnableGestureTapHighlight, |
| ::switches::kEnableLogging, |
| @@ -284,10 +284,6 @@ std::string GetKioskAppCommandLine(const std::string& app_id) { |
| app_switches.SetString(::switches::kForceAppMode, std::string()); |
| app_switches.SetString(::switches::kAppId, app_id); |
| app_switches.SetString(::switches::kLoginUser, std::string()); |
| - // TODO(zelidrag): Move the next switch to /sbin/session_manager_setup.sh |
| - // instead once http://crbug.com/179256 is resolved. |
| - app_switches.SetString(::switches::kEnableBrowserPluginCompositing, |
| - std::string()); |
| const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); |
| CommandLine new_command_line(browser_command_line.GetProgram()); |