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

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

Issue 2880933002: Download driver for components/download. (Closed)
Patch Set: Polish comment. Created 3 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_create_info.h
diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
index 1f6c77316d7a3248cf2632a62135cb499a00cd02..3ebcaf226b8edf4d7af0f11c4ebedcc8dc18f3a3 100644
--- a/content/browser/download/download_create_info.h
+++ b/content/browser/download/download_create_info.h
@@ -44,9 +44,12 @@ struct CONTENT_EXPORT DownloadCreateInfo {
// redirection by the server for |url_chain|.
const GURL& url() const;
- // The ID of the download.
+ // The ID of the download. (Deprecated)
uint32_t download_id;
+ // The unique identifier for the download.
+ std::string guid;
+
// The chain of redirects that leading up to and including the final URL.
std::vector<GURL> url_chain;
« no previous file with comments | « components/download/internal/test/test_download_driver.cc ('k') | content/browser/download/download_item_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698