Lines Matching refs:switches
419 switches::kEnableLogging,
420 switches::kEnableAcceleratedPlugins,
421 switches::kUseGL,
422 switches::kUserDataDir,
423 switches::kScrollPixels,
424 switches::kEnableGView,
425 switches::kNoFirstRun,
426 switches::kLoginProfile,
427 switches::kCompressSystemFeedback,
428 switches::kDisableSeccompSandbox,
429 switches::kPpapiFlashInProcess,
430 switches::kPpapiFlashPath,
431 switches::kPpapiFlashVersion,
433 switches::kTouchDevices,
439 command_line->AppendSwitch(switches::kGuestSession);
440 command_line->AppendSwitch(switches::kIncognito);
441 command_line->AppendSwitchASCII(switches::kLoggingLevel,
444 command_line->AppendSwitchASCII(switches
452 switches::kHomePage,
457 // Copying switches won't be needed when Guest mode won't need restart
459 if (base_command_line.HasSwitch(switches::kRegisterPepperPlugins)) {
462 switches::kRegisterPepperPlugins,
464 switches::kRegisterPepperPlugins).c_str());
519 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kParallelAuth))