| Index: chrome/browser/ui/ash/ash_init.cc
|
| diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
|
| index 5b552177f039be0a0dbb4f391475738584f9c343..a3d754b6c185147eba98e877fd6b3cebcd858e35 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -41,7 +41,8 @@ bool ShouldOpenAshOnStartup() {
|
| #if defined(OS_CHROMEOS)
|
| return true;
|
| #endif
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(switches::kOpenAsh);
|
| + // TODO(scottmg): http://crbug.com/133312, will need this for Win8 too.
|
| + return false;
|
| }
|
|
|
| void OpenAsh() {
|
|
|