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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9963107: Persist sessionStorage on disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review (pkasting) Created 8 years, 4 months 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 | « chrome/common/chrome_switches.h ('k') | content/browser/dom_storage/dom_storage_context_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 43af00e6418587d181f4af446c96c317f31eff03..e1c923679c2841ae9c1a267b666939df766f16fc 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -609,6 +609,11 @@ const char kEnablePasswordGeneration[] = "enable-password-generation";
const char kEnableResourceContentSettings[] =
"enable-resource-content-settings";
+// Enables experimental features of better session restore (backing up
+// sessionStorage on disk). 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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | content/browser/dom_storage/dom_storage_context_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698