| 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 94f030833f0433ef1cb7002fc29126bc7ba613ad..c4c60953260e01dbaeaee0eceb81cec150994793 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -735,12 +735,12 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
|
| ::switches::kForceDeviceScaleFactor,
|
| ::switches::kDisableAccelerated2dCanvas,
|
| ::switches::kDisableAcceleratedPlugins,
|
| + ::switches::kDisableAcceleratedVideoDecode,
|
| ::switches::kDisableGpuWatchdog,
|
| ::switches::kDisableLoginAnimations,
|
| ::switches::kDisableSeccompFilterSandbox,
|
| ::switches::kDisableSeccompSandbox,
|
| ::switches::kDisableThreadedAnimation,
|
| - ::switches::kEnableAcceleratedVideoDecode,
|
| ::switches::kEnableDevicePolicy,
|
| ::switches::kEnableGView,
|
| ::switches::kEnableLogging,
|
|
|