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

Unified Diff: chrome/common/chrome_switches.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: . 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b1b0140dd352b9a777e825c3c37efe39159abc56..5755f03611966d64fb202e65a11c32e4a6af8ef8 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -148,6 +148,7 @@ extern const char kEnableNaClDebug[];
extern const char kEnableNTPBookmarkFeatures[];
extern const char kEnablePlatformApps[];
extern const char kEnablePreconnect[];
+extern const char kEnableRestoreSessionCookies[];
jochen (gone - plz use gerrit) 2011/11/15 10:42:14 I'd pick a more generic name, as you'll eventually
marja 2011/11/17 12:54:46 EnableRestoreSessionState?
extern const char kEnableResourceContentSettings[];
extern const char kEnableSdch[];
extern const char kEnableSearchProviderApiV2[];

Powered by Google App Engine
This is Rietveld 408576698