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

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

Issue 8533013: SessionRestore: Store session cookies and restore them if chrome crashes or auto-restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup. Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/sessions/session_restore.cc » ('j') | net/base/cookie_monster.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_restore.h
diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h
index 4ed27f021624356c8490770d6d71bae3667bf568..a9d15def1adbbcb986c1f6456e093dbc8fe1dc5e 100644
--- a/chrome/browser/sessions/session_restore.h
+++ b/chrome/browser/sessions/session_restore.h
@@ -31,6 +31,9 @@ class SessionRestore {
// Restore blocks until complete. This is intended for use during startup
// when we want to block until restore is complete.
SYNCHRONOUS = 1 << 2,
+
+ // Restore session state, such as session cookies.
+ RESTORE_SESSION_STATE = 1 << 3,
};
// Restores the last session. |behavior| is a bitmask of Behaviors, see it
« no previous file with comments | « no previous file | chrome/browser/sessions/session_restore.cc » ('j') | net/base/cookie_monster.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698