| 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 a46c00b87a49067f667f142069107dd07bc56197..3945a9e64b8069dad3c81fd831529add94f5bed3 100644
|
| --- a/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| +++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| @@ -123,6 +123,8 @@ std::string DeriveCommandLine(const GURL& start_url,
|
| ash::switches::kAshEnableNewNetworkStatusArea,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnablePartialSwap,
|
| + cc::switches::kEnablePinchZoomScrollbars,
|
| + cc::switches::kDisablePinchZoomScrollbars,
|
| chromeos::switches::kDbusStub,
|
| gfx::switches::kEnableBrowserTextSubpixelPositioning,
|
| gfx::switches::kEnableWebkitTextSubpixelPositioning,
|
|
|