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

Unified Diff: chrome/common/chrome_switches.h

Issue 185083002: Avoid persisting of QUIC server config information in Stable and Beta (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Persisting of QUIC server config information Created 6 years, 10 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 7ea8776d05ee149e2280691ab2545b66e8574956..767caa409cc9fe7da8a4067348725d953fb48814 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -124,6 +124,7 @@ extern const char kDisablePromptOnRepost[];
extern const char kDisableQuic[];
extern const char kDisableQuicHttps[];
extern const char kDisableQuicPacing[];
+extern const char kDisableQuicPersistServerInfo[];
extern const char kDisableQuicPortSelection[];
extern const char kDisableRestoreBackgroundContents[];
extern const char kDisableRestoreSessionState[];
@@ -210,6 +211,7 @@ extern const char kEnableProfiling[];
extern const char kEnableQuic[];
extern const char kEnableQuicHttps[];
extern const char kEnableQuicPacing[];
+extern const char kEnableQuicPersistServerInfo[];
extern const char kEnableQuicPortSelection[];
extern const char kEnableResourceContentSettings[];
extern const char kEnableSavePasswordBubble[];

Powered by Google App Engine
This is Rietveld 408576698