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

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

Issue 8371009: Make passing of DownloadRequestHandle separate from DownloadCreateInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 9 years, 2 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_create_info.h
diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
index 59cab84022f40ce0cb8334c6f78e432dba860ba6..16088911c628c082a16d947aa101bf01fd478054 100644
--- a/content/browser/download/download_create_info.h
+++ b/content/browser/download/download_create_info.h
@@ -13,7 +13,6 @@
#include "base/file_path.h"
#include "base/time.h"
#include "content/browser/download/download_file.h"
-#include "content/browser/download/download_request_handle.h"
#include "content/common/content_export.h"
#include "content/public/common/page_transition_types.h"
#include "googleurl/src/gurl.h"
@@ -73,10 +72,6 @@ struct CONTENT_EXPORT DownloadCreateInfo {
content::PageTransition transition_type;
- // The handle to the download request information. Used for operations
- // outside the download system.
- DownloadRequestHandle request_handle;
-
// The handle of the download in the history database.
int64 db_handle;
« no previous file with comments | « chrome/browser/download/download_manager_unittest.cc ('k') | content/browser/download/download_create_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698