Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5067)

Unified Diff: chrome/browser/sessions/session_backend.h

Issue 10854217: Debug the generic session restore failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: maybe test fix Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698