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: |