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

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. Created 8 years, 6 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index da4531f289878e086542f5621cbb097997b926fc..f15abc0afb44ee96eba8e2ea8321518495561e84 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -581,6 +581,8 @@ const char kEnablePlatformApps[] = "enable-platform-apps";
const char kEnableResourceContentSettings[] =
"enable-resource-content-settings";
+const char kEnableRestoreSessionState[] = "enable-restore-session-state";
+
// Enables the installation and usage of Portable Native Client.
const char kEnablePnacl[] = "enable-pnacl";

Powered by Google App Engine
This is Rietveld 408576698