Home
last modified time | relevance | path

Searched refs:restart_info (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/app/
Dchrome_crash_reporter_client.cc145 std::string restart_info; in ShouldShowRestartDialog() local
146 env->GetVar(env_vars::kRestartInfo, &restart_info); in ShouldShowRestartDialog()
152 base::SplitString(restart_info, '|', &dlg_strings); in ShouldShowRestartDialog()