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

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

Issue 2880933002: Download driver for components/download. (Closed)
Patch Set: 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_request_core.h
diff --git a/content/browser/download/download_request_core.h b/content/browser/download/download_request_core.h
index ff254839e99e56282a8812f5e25291cf1b5a1e0a..e0466efa5a9f9e72c81036824314be20d352d7c3 100644
--- a/content/browser/download/download_request_core.h
+++ b/content/browser/download/download_request_core.h
@@ -138,6 +138,7 @@ class CONTENT_EXPORT DownloadRequestCore
// populate the DownloadCreateInfo when the time comes.
std::unique_ptr<DownloadSaveInfo> save_info_;
uint32_t download_id_;
+ std::string guid_;
bool transient_;
DownloadUrlParameters::OnStartedCallback on_started_callback_;

Powered by Google App Engine
This is Rietveld 408576698