| Index: chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.cc b/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| index 4c7d9fa8eb54605c147c5d591f0cb303fc9b3df8..a1573a053eb775a4cb349429b80a8d2ebd1ab7d3 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();
|
| }
|
|
|
|
|