| 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 78e617b9c0ad23c98f3f79c145c76260ff6e4473..2722dd8a8104d1492387cf3a0e95418d58db3320 100644
|
| --- a/chrome/browser/ui/ash/ash_init.cc
|
| +++ b/chrome/browser/ui/ash/ash_init.cc
|
| @@ -36,14 +36,6 @@
|
|
|
| namespace chrome {
|
|
|
| -bool ShouldOpenAshOnStartup() {
|
| -#if defined(OS_CHROMEOS)
|
| - return true;
|
| -#endif
|
| - // TODO(scottmg): http://crbug.com/133312, will need this for Win8 too.
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(switches::kOpenAsh);
|
| -}
|
| -
|
| void OpenAsh(gfx::AcceleratedWidget remote_window) {
|
| #if defined(OS_CHROMEOS)
|
| #if defined(USE_X11)
|
|
|