Searched refs:kRestoreLastSession (Results 1 – 6 of 6) sorted by relevance
226 if (!new_cl->HasSwitch(switches::kRestoreLastSession)) in Shutdown()227 new_cl->AppendSwitch(switches::kRestoreLastSession); in Shutdown()
236 if (!command_line.HasSwitch(switches::kRestoreLastSession)) in RegisterApplicationRestart()237 command_line.AppendSwitch(switches::kRestoreLastSession); in RegisterApplicationRestart()
364 if (command_line.HasSwitch(switches::kRestoreLastSession)) in GetSessionStartupPref()888 !command_line_.HasSwitch(switches::kRestoreLastSession) && in ProcessStartupURLs()899 !command_line_.HasSwitch(switches::kRestoreLastSession)) { in ProcessStartupURLs()1325 } else if (command_line.HasSwitch(switches::kRestoreLastSession)) { in ProcessCmdLineImpl()1327 command_line.GetSwitchValueASCII(switches::kRestoreLastSession)); in ProcessCmdLineImpl()
818 const char kRestoreLastSession[] = "restore-last-session"; variable
232 extern const char kRestoreLastSession[];
42 launch_arguments_.AppendSwitchASCII(switches::kRestoreLastSession, in QuitBrowserAndRestore()