Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
index ff7b1acbac2a6ff0385bcd406e5f083854d1004b..7e74fc06115bab643abdb1203d34b6364d5225cb 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
@@ -518,6 +518,11 @@ void StartupBrowserCreatorImpl::ProcessLaunchURLs( |
bool process_startup, |
const std::vector<GURL>& urls_to_open, |
chrome::HostDesktopType desktop_type) { |
+#if defined(USE_ATHENA) |
+ // TODO(dpolukhin): make session restore for Athena. |
oshima
2014/09/04 16:14:28
StartAthenaSessionWithContext should take care of
Dmitry Polukhin
2014/09/05 15:05:00
Done.
|
+ return; |
+#endif |
+ |
// If we're starting up in "background mode" (no open browser window) then |
// don't open any browser windows, unless kAutoLaunchAtStartup is also |
// specified. |