Searched refs:kRestoreLastSession (Results 1 – 7 of 7) sorted by relevance
22 switches::kRestoreLastSession,
286 extern const char kRestoreLastSession[];
1027 const char kRestoreLastSession[] = "restore-last-session"; variable
310 if (!command_line.HasSwitch(switches::kRestoreLastSession)) in RegisterApplicationRestart()311 command_line.AppendSwitch(switches::kRestoreLastSession); in RegisterApplicationRestart()
169 singleton_command_line->AppendSwitch(switches::kRestoreLastSession);
382 if ((command_line.HasSwitch(switches::kRestoreLastSession) || in GetSessionStartupPref()
610 !command_line_.HasSwitch(switches::kRestoreLastSession)) { in ProcessStartupURLs()