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.cc277 std::string shutdown_ms_str; in ReadLastShutdownFile() local
279 if (base::ReadFileToString(shutdown_ms_file, &shutdown_ms_str)) in ReadLastShutdownFile()
280 base::StringToInt64(shutdown_ms_str, &shutdown_ms); in ReadLastShutdownFile()