Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index 6705514a7bc03dd437982049294404eedc0e92ab..ef06930132347770d1a6a686098b9147520cc820 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -222,7 +222,8 @@ class CONTENT_EXPORT WebContentsDelegate { |
// Asks the delegate if the given tab can download. |
virtual bool CanDownload(RenderViewHost* render_view_host, |
int request_id, |
- const std::string& request_method); |
+ const std::string& request_method, |
+ bool has_auth); |
joth
2013/04/04 03:10:15
@jam - in line with your recent CL https://coderev
jam
2013/04/04 17:13:48
oh, in that case that's a bug. i had gone through
|
// Return much extra vertical space should be allotted to the |
// render view widget during various animations (e.g. infobar closing). |