| Index: chrome/browser/interstitials/security_interstitial_page.h
|
| diff --git a/chrome/browser/interstitials/security_interstitial_page.h b/chrome/browser/interstitials/security_interstitial_page.h
|
| index b28327fcdb89af2cfd2e538c6ff8db05fe3b77f3..8f7b71dd2c9ccd2f34355d32b6a20ce189ad3ce8 100644
|
| --- a/chrome/browser/interstitials/security_interstitial_page.h
|
| +++ b/chrome/browser/interstitials/security_interstitial_page.h
|
| @@ -23,7 +23,8 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate {
|
| public:
|
| enum Type {
|
| SAFEBROWSING,
|
| - SSL
|
| + SSL,
|
| + CAPTIVE_PORTAL
|
| };
|
| SecurityInterstitialPage(content::WebContents* web_contents,
|
| const GURL& url);
|
|
|