| Index: chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| diff --git a/chrome/browser/captive_portal/captive_portal_tab_helper.h b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| index 965c994a98a11b3db89379099dca6dbea4f8f7de..853cf710f7ee0719fe21c9f5617094743326beab 100644
|
| --- a/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| +++ b/chrome/browser/captive_portal/captive_portal_tab_helper.h
|
| @@ -66,10 +66,9 @@ class CaptivePortalTabHelper
|
| content::NavigationHandle* navigation_handle) override;
|
| void DidRedirectNavigation(
|
| content::NavigationHandle* navigation_handle) override;
|
| - void DidCommitNavigation(
|
| - content::NavigationHandle* navigation_handle) override;
|
| void DidFinishNavigation(
|
| content::NavigationHandle* navigation_handle) override;
|
| + void DidStopLoading() override;
|
|
|
| // content::NotificationObserver:
|
| void Observe(int type,
|
|
|