| 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..12b4a2ee2725f88629d47a560b9038d978136936 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -37,13 +37,6 @@
|
|
|
| namespace chrome {
|
|
|
| -bool ShouldOpenAshOnStartup() {
|
| -#if defined(OS_CHROMEOS)
|
| - return true;
|
| -#endif
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(switches::kOpenAsh);
|
| -}
|
| -
|
| void OpenAsh() {
|
| bool use_fullscreen = CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kAuraHostWindowUseFullscreen);
|
|
|