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

Unified Diff: chrome/browser/ssl/ssl_error_handler.h

Issue 861953002: Add login url to captive portal interstitial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mmenke comments Created 5 years, 11 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/browser/ssl/ssl_error_handler.h
diff --git a/chrome/browser/ssl/ssl_error_handler.h b/chrome/browser/ssl/ssl_error_handler.h
index 0a964320fda27a84a291a62bcb693c3b89d88285..fb6fd7039c2f6212088db5fd6597ceb57e60fcbf 100644
--- a/chrome/browser/ssl/ssl_error_handler.h
+++ b/chrome/browser/ssl/ssl_error_handler.h
@@ -82,7 +82,7 @@ class SSLErrorHandler : public content::WebContentsUserData<SSLErrorHandler>,
// These are virtual for tests:
virtual void CheckForCaptivePortal();
- virtual void ShowCaptivePortalInterstitial();
+ virtual void ShowCaptivePortalInterstitial(const GURL& landing_url);
virtual void ShowSSLInterstitial();
// content::NotificationObserver:

Powered by Google App Engine
This is Rietveld 408576698