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

Unified Diff: chrome/browser/ui/search/instant_loader.cc

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: chrome/browser/ui/search/instant_loader.cc
diff --git a/chrome/browser/ui/search/instant_loader.cc b/chrome/browser/ui/search/instant_loader.cc
index 092c83574cad5824c63a16e24f5c62e00032043e..0d03c64277fe2e761f6b4ef550ae0c67c52821ad 100644
--- a/chrome/browser/ui/search/instant_loader.cc
+++ b/chrome/browser/ui/search/instant_loader.cc
@@ -197,6 +197,7 @@ void InstantLoader::WebContentsFocused(content::WebContents* /* contents */) {
bool InstantLoader::CanDownload(content::RenderViewHost* /* render_view_host */,
int /* request_id */,
+ bool /* has_auth */,
const std::string& /* request_method */) {
// Downloads are disabled.
return false;

Powered by Google App Engine
This is Rietveld 408576698