| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index bd008047d8402fc5af087e2420fe392eb8f94dbe..ed4ddae2c1f4a0c432536ca8a004f9ad12e7d69e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -590,6 +590,11 @@ const char kEnablePasswordGeneration[] = "enable-password-generation";
|
| const char kEnableResourceContentSettings[] =
|
| "enable-resource-content-settings";
|
|
|
| +// Enables experimental features of better session restore. See also
|
| +// kDisableRestoreSessionState which disables the less exprimental features
|
| +// which are on by default.
|
| +const char kEnableRestoreSessionState[] = "enable-restore-session-state";
|
| +
|
| // Enables the installation and usage of Portable Native Client.
|
| const char kEnablePnacl[] = "enable-pnacl";
|
|
|
|
|