Home
last modified time | relevance | path

Searched refs:kNoProcessSingletonDialog (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dprocess_singleton_linux_uitest.cc71 if (!cmd_line->HasSwitch(switches::kNoProcessSingletonDialog)) in CommandLineForUrl()
72 cmd_line->AppendSwitch(switches::kNoProcessSingletonDialog); in CommandLineForUrl()
Dprocess_singleton_linux.cc311 switches::kNoProcessSingletonDialog)) in DisplayProfileInUseError()
/external/chromium/chrome/common/
Dchrome_switches.h307 extern const char kNoProcessSingletonDialog[];
Dchrome_switches.cc1068 const char kNoProcessSingletonDialog[] = "no-process-singleton-dialog"; variable