Searched refs:otr_switches (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/chromeos/login/
H A Dchrome_restart_request.cc338 base::DictionaryValue otr_switches; local
339 otr_switches.SetString(switches::kGuestSession, std::string());
340 otr_switches.SetString(::switches::kIncognito, std::string());
341 otr_switches.SetString(::switches::kLoggingLevel, kGuestModeLoggingLevel);
342 otr_switches.SetString(switches::kLoginUser, chromeos::login::kGuestUserName);
345 otr_switches.SetString(::switches::kHomePage,
352 otr_switches.SetString(switches::kOobeGuestSession, std::string());
356 otr_switches,

Completed in 538 milliseconds