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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.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: content/browser/browser_plugin/browser_plugin_guest.cc
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
index 973408fbd476f1fa1a1d651c24368d9a7ca8a06c..edb5eea7a1c526d4419df6f6a2585f25e64613cd 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc
@@ -309,6 +309,7 @@ void BrowserPluginGuest::AddNewContents(WebContents* source,
bool BrowserPluginGuest::CanDownload(RenderViewHost* render_view_host,
int request_id,
+ bool has_auth,
const std::string& request_method) {
// TODO(fsamuel): We disable downloads in guests for now, but we will later
// expose API to allow embedders to handle them.

Powered by Google App Engine
This is Rietveld 408576698