| 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 6171d3bfc30de0cada400fc6f7108392c2c50d1b..51482d93a10d4362d61877b6d88a5997edc37f36 100644
|
| --- a/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| +++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| @@ -180,7 +180,8 @@ void DeriveCommandLine(const GURL& start_url,
|
| app_list::switches::kEnableSyncAppList,
|
| ash::switches::kAshEnableTouchView,
|
| ash::switches::kAshEnablePalette,
|
| - ash::switches::kAshEnableExperimentalPaletteFeatures,
|
| + ash::switches::kAshEnablePaletteExperimentalFeatures,
|
| + ash::switches::kAshEnablePaletteOnAllDisplays,
|
| ash::switches::kAshEnableUnifiedDesktop,
|
| ash::switches::kAshHostWindowBounds,
|
| ash::switches::kAshTouchHud,
|
|
|