OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otr_switches
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc
341
base::DictionaryValue
otr_switches
;
local
342
otr_switches
.SetString(switches::kGuestSession, std::string());
343
otr_switches
.SetString(::switches::kIncognito, std::string());
344
otr_switches
.SetString(::switches::kLoggingLevel, kGuestModeLoggingLevel);
345
otr_switches
.SetString(switches::kLoginUser, UserManager::kGuestUserName);
348
otr_switches
.SetString(::switches::kHomePage,
353
otr_switches
,
Completed in 773 milliseconds