Searched refs:is_browser (Results 1 – 3 of 3) sorted by relevance
161 bool is_browser = !base::mac::IsBackgroundOnlyProcess();165 if (is_browser) {182 VLOG_IF(1, is_browser) << "Breakpad disabled";196 VLOG_IF(1, is_browser && base::mac::AmIBundled()) << "Breakpad disabled";212 if (is_browser)238 if (!is_browser) {
344 const bool is_browser = !command_line.HasSwitch(switches::kProcessType); in BasicStartupComplete() local345 ObjcEvilDoers::ZombieEnable(true, is_browser ? 10000 : 1000); in BasicStartupComplete()
2075 bool is_browser) { in CheckMenuCreation() argument2079 if (expected_items < 1 && is_browser) { in CheckMenuCreation()