HomeSort by relevance Sort by last modified time
    Searched refs:singleton_command_line (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
browser_main_posix.cc 232 CommandLine* singleton_command_line = CommandLine::ForCurrentProcess(); local
233 singleton_command_line->AppendSwitch(switches::kDisableSync);
234 singleton_command_line->AppendSwitch(switches::kDisableExtensions);
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 347 CommandLine* singleton_command_line = CommandLine::ForCurrentProcess(); local
351 singleton_command_line->AppendSwitch(::switches::kDisableSync);
352 singleton_command_line->AppendSwitch(::switches::kDisableExtensions);
363 singleton_command_line->AppendSwitchASCII(
366 singleton_command_line->AppendSwitchASCII(switches::kLoginProfile,
370 << singleton_command_line->GetSwitchValuePath(

Completed in 154 milliseconds