diff options
Diffstat (limited to 'chrome/browser/extensions/api/identity/web_auth_flow.h')
-rw-r--r-- | chrome/browser/extensions/api/identity/web_auth_flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.h b/chrome/browser/extensions/api/identity/web_auth_flow.h index cc3ac2a..81fbd53 100644 --- a/chrome/browser/extensions/api/identity/web_auth_flow.h +++ b/chrome/browser/extensions/api/identity/web_auth_flow.h @@ -101,7 +101,7 @@ class WebAuthFlow : public content::NotificationObserver, const content::NotificationDetails& details) override; // WebContentsObserver implementation. - void DidStopLoading(content::RenderViewHost* render_view_host) override; + void DidStopLoading() override; void DidNavigateMainFrame( const content::LoadCommittedDetails& details, const content::FrameNavigateParams& params) override; |