Home
last modified time | relevance | path

Searched refs:kParallelAuth (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Dchrome_switches.cc1012 const char kParallelAuth[] = "parallel-auth"; variable
Dchrome_switches.h287 extern const char kParallelAuth[];
/external/chromium/chrome/browser/chromeos/login/
Dlogin_utils.cc519 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kParallelAuth)) in CreateAuthenticator()