| Index: chrome/browser/captive_portal/captive_portal_login_detector.h
|
| diff --git a/chrome/browser/captive_portal/captive_portal_login_detector.h b/chrome/browser/captive_portal/captive_portal_login_detector.h
|
| index 17266e750e93e3f9e326b55f5d5e879bc93064a0..ac26d87c3a846561eba64c3947e49d04d55b614c 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_login_detector.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_login_detector.h
|
| @@ -27,7 +27,8 @@ class CaptivePortalLoginDetector {
|
| ~CaptivePortalLoginDetector();
|
|
|
| void OnStoppedLoading();
|
| - void OnCaptivePortalResults(Result previous_result, Result result);
|
| + void OnCaptivePortalResults(CaptivePortalResult previous_result,
|
| + CaptivePortalResult result);
|
|
|
| bool is_login_tab() const { return is_login_tab_; }
|
| void SetIsLoginTab();
|
|
|