| Index: chrome/browser/ui/startup/startup_browser_creator.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| index 95dd3d5d4b964d8cc08670db4288394e0443a4b4..0ba1fa3630f42120f46df5d0068b4ec052e80f61 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -533,6 +533,12 @@ bool StartupBrowserCreator::ProcessCmdLineImpl(
|
| }
|
|
|
| #if defined(OS_CHROMEOS)
|
| +
|
| +#if defined(USE_ATHENA)
|
| + // Athena will never launch browser.
|
| + silent_launch = true;
|
| +#endif
|
| +
|
| // The browser will be launched after the user logs in.
|
| if (command_line.HasSwitch(chromeos::switches::kLoginManager))
|
| silent_launch = true;
|
|
|