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

Unified Diff: chrome/browser/history/download_create_info.h

Issue 6932046: Added DownloadProcessHandle class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed code extraneous to this CL. Created 9 years, 8 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/history/download_create_info.h
diff --git a/chrome/browser/history/download_create_info.h b/chrome/browser/history/download_create_info.h
index 361183e27f6153ac6cb5498086b76b91fe9e9d0a..77e966b5795899bf4edb95a190962bcf55caf77d 100644
--- a/chrome/browser/history/download_create_info.h
+++ b/chrome/browser/history/download_create_info.h
@@ -15,6 +15,7 @@
#include "base/file_path.h"
#include "base/time.h"
#include "chrome/browser/download/download_file.h"
+#include "chrome/browser/download/download_process_handle.h"
#include "googleurl/src/gurl.h"
// Used for informing the download database of a new download, where we don't
@@ -57,9 +58,7 @@ struct DownloadCreateInfo {
int32 state;
int32 download_id;
bool has_user_gesture;
- int child_id;
- int render_view_id;
- int request_id;
+ DownloadProcessHandle process_handle;
int64 db_handle;
std::string content_disposition;
std::string mime_type;

Powered by Google App Engine
This is Rietveld 408576698