Home
last modified time | relevance | path

Searched refs:kRestoreLastSession (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/common/
Dswitch_utils.cc22 switches::kRestoreLastSession,
Dchrome_switches.h286 extern const char kRestoreLastSession[];
Dchrome_switches.cc1027 const char kRestoreLastSession[] = "restore-last-session"; variable
/external/chromium_org/chrome/browser/
Dchrome_browser_main_win.cc310 if (!command_line.HasSwitch(switches::kRestoreLastSession)) in RegisterApplicationRestart()
311 command_line.AppendSwitch(switches::kRestoreLastSession); in RegisterApplicationRestart()
Dchrome_browser_main_mac.mm169 singleton_command_line->AppendSwitch(switches::kRestoreLastSession);
/external/chromium_org/chrome/browser/ui/startup/
Dstartup_browser_creator.cc382 if ((command_line.HasSwitch(switches::kRestoreLastSession) || in GetSessionStartupPref()
Dstartup_browser_creator_impl.cc610 !command_line_.HasSwitch(switches::kRestoreLastSession)) { in ProcessStartupURLs()