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

Unified Diff: chrome/browser/interstitials/security_interstitial_page.h

Issue 318213002: Add custom interstitial for captive portals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Stop the timer at the right place Created 6 years, 1 month 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/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);

Powered by Google App Engine
This is Rietveld 408576698