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

Unified Diff: chrome/common/chrome_switches.cc

Issue 901303002: Make SDCH dictionaries persistent across browser restart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cache control headers Created 5 years, 9 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') | chrome/test/data/sdch/dict.mock-http-headers » ('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 b992b2242177f9ef0df5d40a56f2fe9bf1a33994..ea99efc9849aef12e8bca916e84330992648ad54 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -327,6 +327,9 @@ const char kDisableQuicPortSelection[] = "disable-quic-port-selection";
// Prevents the save password bubble from being enabled.
const char kDisableSavePasswordBubble[] = "disable-save-password-bubble";
+// Prevents SDCH persistence from being used.
+const char kDisableSdchPersistence[] = "disable-sdch-persistence";
+
// Disables using bubbles for session restore request.
const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble";
@@ -537,6 +540,9 @@ const char kEnableSavePasswordBubble[] = "enable-save-password-bubble";
// Enables SDCH for https schemes.
const char kEnableSdchOverHttps[] = "enable-sdch-over-https";
+// Enables SDCH persistence.
+const char kEnableSdchPersistence[] = "enable-sdch-persistence";
+
// Enables using bubbles for session restore request instead of infobars.
const char kEnableSessionCrashedBubble[] = "enable-session-crashed-bubble";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/data/sdch/dict.mock-http-headers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698