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 372 CommandLine* singleton_command_line = CommandLine::ForCurrentProcess(); local
376 singleton_command_line->AppendSwitch(::switches::kDisableSync);
377 singleton_command_line->AppendSwitch(::switches::kDisableExtensions);
388 singleton_command_line->AppendSwitchASCII(
392 singleton_command_line->AppendSwitchASCII(
396 << singleton_command_line->GetSwitchValuePath(
    [all...]

Completed in 45 milliseconds