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

Unified Diff: chrome/browser/plugin_installer.cc

Issue 10381122: Add flag to specify if explicitly requested download is from web. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to LKGR and integrated into DownloadUrlParams. Created 8 years, 7 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/plugin_installer.cc
diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc
index 7f2f66aae8b7ace95764cec676db6ed2b0ea4b83..75e9cf244e79af0b93a05f67791599c2fa59d47d 100644
--- a/chrome/browser/plugin_installer.cc
+++ b/chrome/browser/plugin_installer.cc
@@ -44,6 +44,7 @@ void BeginDownload(
scoped_ptr<net::URLRequest> request(new net::URLRequest(url, NULL));
net::Error error = rdh->BeginDownload(
request.Pass(),
+ false, // is_content_initiated
resource_context,
render_process_host_id,
render_view_host_routing_id,

Powered by Google App Engine
This is Rietveld 408576698