Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a7966e04fbe9fdc48b7555dde043effd84e64e6e..cc42007362fe54513afbf13915137f6b4db6d81c 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -537,6 +537,10 @@ const char kEnablePreconnect[] = "enable-preconnect"; |
// during chrome_browser_main. |
const char kEnableProfiling[] = "enable-profiling"; |
+// Experimental. Enables restoring session state (cookies, session storage, |
+// etc.) when autorestarting. |
+const char kEnableRestoreSessionState[] = "enable-restore-session-state"; |
+ |
// Controls the support for SDCH filtering (dictionary based expansion of |
// content). By default SDCH filtering is enabled. To disable SDCH filtering, |
// use "--enable-sdch=0" as command line argument. SDCH is currently only |