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

Unified Diff: content/browser/download/download_manager_impl.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: 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: content/browser/download/download_manager_impl.cc
diff --git a/content/browser/download/download_manager_impl.cc b/content/browser/download/download_manager_impl.cc
index 9bdb48aa7bfbe2382d1e3b34056dbf0f6c79d308..2cf8ef1036c71d46efedf5ee266a6d426c48f7e6 100644
--- a/content/browser/download/download_manager_impl.cc
+++ b/content/browser/download/download_manager_impl.cc
@@ -95,6 +95,7 @@ void BeginDownload(
}
resource_dispatcher_host->BeginDownload(
request.Pass(),
+ false /* from_web */,
darin (slow to review) 2012/05/12 18:23:08 nit: use C++ style comment
Randy Smith (Not in Mondays) 2012/05/12 19:56:37 Done.
context,
render_params.render_process_id_,
render_params.render_view_id_,

Powered by Google App Engine
This is Rietveld 408576698