Index: chrome/browser/extensions/api/identity/web_auth_flow.h |
diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.h b/chrome/browser/extensions/api/identity/web_auth_flow.h |
index 81fbd53e95a24a4c3089e70d5f4e0aebbeddecd3..505b5958018156175b13c7da2d5eceb3a929bba3 100644 |
--- a/chrome/browser/extensions/api/identity/web_auth_flow.h |
+++ b/chrome/browser/extensions/api/identity/web_auth_flow.h |
@@ -114,7 +114,8 @@ class WebAuthFlow : public content::NotificationObserver, |
void DidFailProvisionalLoad(content::RenderFrameHost* render_frame_host, |
const GURL& validated_url, |
int error_code, |
- const base::string16& error_description) override; |
+ const base::string16& error_description, |
+ bool was_ignored_by_handler) override; |
void BeforeUrlLoaded(const GURL& url); |
void AfterUrlLoaded(); |