Home | History | Annotate | Download | only in browser

Lines Matching defs:switches

211     std::map<std::string, CommandLine::StringType> switches =
213 // Remove the switches that shouldn't persist across restart.
214 about_flags::RemoveFlagsSwitches(&switches);
215 switches::RemoveSwitchesForAutostart(&switches);
216 // Append the old switches to the new command line.
218 switches.begin(); i != switches.end(); ++i) {
226 if (!new_cl->HasSwitch(switches::kRestoreLastSession))
227 new_cl->AppendSwitch(switches::kRestoreLastSession);
234 new_cl->AppendSwitch(switches::kActivateOnLaunch);