| 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[];
|
|
|