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

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: indent 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 c81f91fd1d597c6c2699594cc33385d6643b0981..59583f52641ba3201de9fd313e2d8fa3b1e887e0 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -315,9 +315,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