Index: chrome/browser/chromeos/login/captive_portal_view.h |
diff --git a/chrome/browser/chromeos/login/captive_portal_view.h b/chrome/browser/chromeos/login/captive_portal_view.h |
index 1a8b34e96bf36d1016ff07c9e8e809770e13a2ca..1c8ef90989a6fe4fce26a21f302fcd8672ff35c1 100644 |
--- a/chrome/browser/chromeos/login/captive_portal_view.h |
+++ b/chrome/browser/chromeos/login/captive_portal_view.h |
@@ -31,7 +31,8 @@ class CaptivePortalView : public SimpleWebViewDialog { |
// Overridden from content::WebContentsDelegate: |
virtual void NavigationStateChanged(const content::WebContents* source, |
unsigned changed_flags) OVERRIDE; |
- virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE; |
+ virtual void LoadingStateChanged(content::WebContents* source, |
+ bool to_different_document) OVERRIDE; |
private: |
// Contains CaptivePortalWindowProxy to be notified when redirection state is |