Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dbrowser_shutdown.cc279 std::string shutdown_ms_str; in ReadLastShutdownFile() local
281 if (base::ReadFileToString(shutdown_ms_file, &shutdown_ms_str)) in ReadLastShutdownFile()
282 base::StringToInt64(shutdown_ms_str, &shutdown_ms); in ReadLastShutdownFile()