HomeSort by relevance Sort by last modified time
    Searched full:last_session_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sessions/
session_backend.cc 268 const FilePath last_session_path = GetLastSessionPath(); local
269 if (file_util::PathExists(last_session_path))
270 file_util::Delete(last_session_path, false);
283 last_session_path);
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 276 const base::FilePath last_session_path = GetLastSessionPath(); local
277 if (base::PathExists(last_session_path))
278 base::DeleteFile(last_session_path, false);
290 last_session_valid_ = base::Move(current_session_path, last_session_path);

Completed in 270 milliseconds