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

Unified Diff: content/browser/download/download_resource_handler.h

Issue 9303013: [Coverity] Changed pass-by-value to pass-by-ref (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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
« no previous file with comments | « no previous file | content/browser/download/download_resource_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_resource_handler.h
diff --git a/content/browser/download/download_resource_handler.h b/content/browser/download/download_resource_handler.h
index f92f088101520f38ed19fdf3339d3494a09b1c9e..e6ad33c27987524911cfa352d6e26678afb33bd8 100644
--- a/content/browser/download/download_resource_handler.h
+++ b/content/browser/download/download_resource_handler.h
@@ -101,7 +101,7 @@ class DownloadResourceHandler : public ResourceHandler {
// Generates a DownloadId and calls DownloadFileManager.
void StartOnUIThread(scoped_ptr<DownloadCreateInfo> info,
- DownloadRequestHandle handle);
+ const DownloadRequestHandle& handle);
void set_download_id(content::DownloadId id);
content::DownloadId download_id_;
« no previous file with comments | « no previous file | content/browser/download/download_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698