| 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 2a6b171e45956eb315e325445d8832e260b18cc7..b5d90fdf7bb05aeffc0cea26b3fd4b6ecb78c54d 100644
|
| --- a/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| +++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| @@ -158,6 +158,7 @@ std::string DeriveCommandLine(const GURL& start_url,
|
| cc::switches::kDisableImplSidePainting,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnableImplSidePainting,
|
| + cc::switches::kEnableOverlayScrollbars,
|
| cc::switches::kEnablePartialSwap,
|
| cc::switches::kEnablePerTilePainting,
|
| cc::switches::kEnablePinchVirtualViewport,
|
| @@ -176,6 +177,7 @@ std::string DeriveCommandLine(const GURL& start_url,
|
| cc::switches::kShowScreenSpaceRects,
|
| cc::switches::kShowSurfaceDamageRects,
|
| cc::switches::kSlowDownRasterScaleFactor,
|
| + cc::switches::kSolidColorScrollbarColor,
|
| cc::switches::kTraceOverdraw,
|
| cc::switches::kUIDisablePartialSwap,
|
| cc::switches::kUIEnablePerTilePainting,
|
|
|