| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index 469da74f94f6f4f3ad3e911a95f0a54ccdf7c6f3..c1e8463345f91a501dd9828e31a045f66be321a9 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -722,13 +722,14 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
|
| static const char* kForwardSwitches[] = {
|
| ::switches::kAllowWebUICompositing,
|
| ::switches::kDeviceManagementUrl,
|
| - ::switches::kForceDeviceScaleFactor,
|
| ::switches::kDisableAccelerated2dCanvas,
|
| ::switches::kDisableAcceleratedPlugins,
|
| ::switches::kDisableAcceleratedVideoDecode,
|
| + ::switches::kDisableForceCompositingMode,
|
| ::switches::kDisableGpuWatchdog,
|
| ::switches::kDisableLoginAnimations,
|
| ::switches::kDisableOobeAnimation,
|
| + ::switches::kDisableThreadedCompositing,
|
| ::switches::kDisableSeccompFilterSandbox,
|
| ::switches::kDisableSeccompSandbox,
|
| ::switches::kEnableAcceleratedOverflowScroll,
|
| @@ -737,11 +738,8 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
|
| ::switches::kEnableLogging,
|
| ::switches::kEnablePinch,
|
| ::switches::kEnableGestureTapHighlight,
|
| - ::switches::kEnableSmoothScrolling,
|
| - ::switches::kEnableThreadedCompositing,
|
| ::switches::kEnableViewport,
|
| - ::switches::kDisableThreadedCompositing,
|
| - ::switches::kForceCompositingMode,
|
| + ::switches::kForceDeviceScaleFactor,
|
| ::switches::kGpuStartupDialog,
|
| ::switches::kHasChromeOSKeyboard,
|
| ::switches::kLoginProfile,
|
|
|