Home | History | Annotate | Download | only in base

Lines Matching refs:command_line

7 #include "base/command_line.h"
22 void PrepareBrowserCommandLineForTests(CommandLine* command_line) {
24 command_line->AppendSwitch(switches::kDisableWebResources);
28 command_line->AppendSwitch(switches::kDisablePreconnect);
31 command_line->AppendSwitch(switches::kNoFirstRun);
35 command_line->AppendSwitch(switches::kNoDefaultBrowserCheck);
39 if (!command_line->HasSwitch(switches::kEnableLogging))
40 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr");
41 if (!command_line->HasSwitch(switches::kLoggingLevel))
42 command_line->AppendSwitchASCII(switches::kLoggingLevel, "0"); // info
45 command_line->AppendSwitch(switches::kSbDisableAutoUpdate);
48 command_line->AppendSwitch(switches::kDisableDefaultApps);
52 command_line->AppendSwitch(switches::kSkipGpuDataLoading);
57 command_line->AppendSwitch(
66 if (!command_line->HasSwitch(switches::kPasswordStore))
67 command_line->AppendSwitchASCII(switches::kPasswordStore, "basic");
72 command_line->AppendSwitch(switches::kUseMockKeychain);
75 command_line->AppendSwitch(switches::kDisableComponentUpdate);