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

Unified Diff: chrome/common/chrome_switches.h

Issue 341653006: Add experimental versions of the SSL interstitial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 9314437e299c018a3142fbc5be4a1182fc93014f..ac37104671a51b97255e0ed840ec460b000dd4fe 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -311,9 +311,11 @@ extern const char kSimulateOutdated[];
extern const char kSimulateOutdatedNoAU[];
extern const char kSpellingServiceFeedbackUrl[];
extern const char kSpellingServiceFeedbackIntervalSeconds[];
-extern const char kSSLInterstitialVersionV1[];
-extern const char kSSLInterstitialVersionV2Gray[];
-extern const char kSSLInterstitialVersionV2Colorful[];
+extern const char kSSLInterstitialV1[];
+extern const char kSSLInterstitialV2[];
+extern const char kSSLInterstitialV1WithV2Text[];
+extern const char kSSLInterstitialV2Yellow[];
+extern const char kSSLInterstitialV2Guard[];
extern const char kSSLVersionMax[];
extern const char kSSLVersionMin[];
extern const char kStartMaximized[];

Powered by Google App Engine
This is Rietveld 408576698