| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9fc7528cc0c6b0b71e43a6bd964368f7cc89b267..6fdea0a409f93e0761c7f8f853b362d5bffa7ebc 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";
|
|
|
| +// 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
|
|
|