| 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 9364d9f02de9fa863f1fd5c8d1228fbcee158706..772cf5dc606fc09876334f5c1765ad27c5cd6cda 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -757,12 +757,10 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
|
| ::switches::kDisableOobeAnimation,
|
| ::switches::kDisableSeccompFilterSandbox,
|
| ::switches::kDisableSeccompSandbox,
|
| - ::switches::kDisableThreadedAnimation,
|
| ::switches::kEnableBrowserTextSubpixelPositioning,
|
| ::switches::kEnableCompositingForFixedPosition,
|
| ::switches::kEnableGView,
|
| ::switches::kEnableLogging,
|
| - ::switches::kEnablePartialSwap,
|
| ::switches::kEnableUIReleaseFrontSurface,
|
| ::switches::kEnablePinch,
|
| ::switches::kEnableGestureTapHighlight,
|
| @@ -793,6 +791,9 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
|
| ash::switches::kAuraLegacyPowerButton,
|
| ash::switches::kAuraNoShadows,
|
| ash::switches::kAshDisablePanelFitting,
|
| + cc::switches::kDisableThreadedAnimation,
|
| + cc::switches::kEnablePartialSwap,
|
| + cc::switches::kEnablePinchInCompositor,
|
| ::switches::kUIEnablePartialSwap,
|
| ::switches::kUIPrioritizeInGpuProcess,
|
| #if defined(USE_CRAS)
|
|
|