Searched defs:current_session_file_ (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/sessions/
H A Dsession_backend.h98 // If current_session_file_ is open, it is truncated so that it is essentially
99 // empty (only contains the header). If current_session_file_ isn't open, it
101 // current_session_file_ contains no commands.
102 // NOTE: current_session_file_ may be NULL if the file couldn't be opened or
129 scoped_ptr<base::File> current_session_file_; member in class:SessionBackend

Completed in 364 milliseconds