Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sessions/
Dsession_backend.cc272 const base::FilePath current_session_path = GetCurrentSessionPath(); in MoveCurrentSessionToLastSession() local
276 if (base::PathExists(current_session_path)) { in MoveCurrentSessionToLastSession()
278 if (base::GetFileSize(current_session_path, &file_size)) { in MoveCurrentSessionToLastSession()
287 last_session_valid_ = base::Move(current_session_path, last_session_path); in MoveCurrentSessionToLastSession()
290 if (base::PathExists(current_session_path)) in MoveCurrentSessionToLastSession()
291 base::DeleteFile(current_session_path, false); in MoveCurrentSessionToLastSession()