diff options
Diffstat (limited to 'chrome/browser/extensions/api/identity/web_auth_flow.cc')
-rw-r--r-- | chrome/browser/extensions/api/identity/web_auth_flow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.cc b/chrome/browser/extensions/api/identity/web_auth_flow.cc index 4c7d9fa..a1573a0 100644 --- a/chrome/browser/extensions/api/identity/web_auth_flow.cc +++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc @@ -231,7 +231,7 @@ void WebAuthFlow::DidFailProvisionalLoad( delegate_->OnAuthFlowFailure(LOAD_FAILED); } -void WebAuthFlow::DidStopLoading(RenderViewHost* render_view_host) { +void WebAuthFlow::DidStopLoading() { AfterUrlLoaded(); } |