| Index: chrome/browser/sessions/session_backend.h
|
| diff --git a/chrome/browser/sessions/session_backend.h b/chrome/browser/sessions/session_backend.h
|
| index 6ae8fbe34cb44aff92505af33328f652f7ad2a62..b0726fe25bbbdfe4cd38c8ea72a09e84e9f67eed 100644
|
| --- a/chrome/browser/sessions/session_backend.h
|
| +++ b/chrome/browser/sessions/session_backend.h
|
| @@ -121,6 +121,9 @@ class SessionBackend : public base::RefCountedThreadSafe<SessionBackend> {
|
| // Returns the path to the current file.
|
| FilePath GetCurrentSessionPath();
|
|
|
| + // Writes data about session restore file cycling into preferences.
|
| + void WriteDebugData();
|
| +
|
| // Directory files are relative to.
|
| const FilePath path_to_dir_;
|
|
|
|
|