| 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 8004e4dc8f781d6e46fa91b4682ad4e901e1ea87..dbea247d58663704d3354ef4a5d642f0a5b33160 100644
|
| --- a/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| +++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| @@ -171,6 +171,8 @@ std::string DeriveCommandLine(const GURL& start_url,
|
| cc::switches::kDisableGPURasterization,
|
| cc::switches::kDisableImplSidePainting,
|
| cc::switches::kDisableMapImage,
|
| + cc::switches::kDisableStartCommitBeforeActivate,
|
| + cc::switches::kDisableStartCommitBeforeDraw,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnableGPURasterization,
|
| cc::switches::kEnableImplSidePainting,
|
| @@ -178,6 +180,8 @@ std::string DeriveCommandLine(const GURL& start_url,
|
| cc::switches::kEnablePartialSwap,
|
| cc::switches::kEnablePerTilePainting,
|
| cc::switches::kEnablePinchVirtualViewport,
|
| + cc::switches::kEnableStartCommitBeforeActivate,
|
| + cc::switches::kEnableStartCommitBeforeDraw,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
| cc::switches::kMaxTilesForInterestArea,
|
| cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
|
|
|