Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dbrowser_shutdown.cc269 std::string shutdown_ms_str; in ReadLastShutdownFile() local
271 if (file_util::ReadFileToString(shutdown_ms_file, &shutdown_ms_str)) in ReadLastShutdownFile()
272 base::StringToInt64(shutdown_ms_str, &shutdown_ms); in ReadLastShutdownFile()