| Index: chrome/browser/captive_portal/captive_portal_login_detector.cc
|
| diff --git a/chrome/browser/captive_portal/captive_portal_login_detector.cc b/chrome/browser/captive_portal/captive_portal_login_detector.cc
|
| index f4737ca23abc9ba7d7f63c578d5bedfcecd3855c..8751314343ef8af4093e1411b32eea064db33c92 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_login_detector.cc
|
| +++ b/chrome/browser/captive_portal/captive_portal_login_detector.cc
|
| @@ -32,8 +32,8 @@ void CaptivePortalLoginDetector::OnStoppedLoading() {
|
| }
|
|
|
| void CaptivePortalLoginDetector::OnCaptivePortalResults(
|
| - Result previous_result,
|
| - Result result) {
|
| + CaptivePortalResult previous_result,
|
| + CaptivePortalResult result) {
|
| if (result != RESULT_BEHIND_CAPTIVE_PORTAL)
|
| is_login_tab_ = false;
|
| }
|
|
|