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 8af05bb0792925878639dff4c8c6d60da6bffc4a..fbf9bcfc541f4583733e1846c658dab96dcafd2b 100644 |
--- a/chrome/browser/extensions/api/identity/web_auth_flow.cc |
+++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc |
@@ -221,7 +221,8 @@ void WebAuthFlow::DidFailProvisionalLoad( |
content::RenderFrameHost* render_frame_host, |
const GURL& validated_url, |
int error_code, |
- const base::string16& error_description) { |
+ const base::string16& error_description, |
+ bool was_ignored_by_handler) { |
TRACE_EVENT_ASYNC_STEP_PAST1("identity", |
"WebAuthFlow", |
this, |