Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2051)

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 13609002: fix a problem that android cannot download files with basic authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698