Searched refs:chrome_main_entry_time_string (Results 1 – 1 of 1) sorted by relevance
156 std::string chrome_main_entry_time_string; in OnBrowserStartupComplete() local157 if (env->GetVar(kChromeMainTimeEnvVar, &chrome_main_entry_time_string)) { in OnBrowserStartupComplete()160 if (base::StringToInt64(chrome_main_entry_time_string, in OnBrowserStartupComplete()