Home | History | Annotate | Download | only in browser

Lines Matching refs:switches

963       switches::kDisableClientSidePhishingDetection) &&
1037 // Switches to add when auto-restarting Chrome.
1039 switches::kNoStartupWindow
1046 std::map<std::string, CommandLine::StringType> switches =
1049 switches::RemoveSwitchesForAutostart(&switches);
1051 // Append the rest of the switches (along with their values, if any)
1054 switches.begin(); i != switches.end(); ++i) {
1063 // Ensure that our desired switches are set on the new process.