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

Unified Diff: content/browser/download/download_request_core.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_request_core.h
diff --git a/content/browser/download/download_request_core.h b/content/browser/download/download_request_core.h
index dae9398659fcc28bb1a729a0c72923ffe419f890..fc2ccd2ea085e17925fb5d64c03e2739392533c9 100644
--- a/content/browser/download/download_request_core.h
+++ b/content/browser/download/download_request_core.h
@@ -135,6 +135,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_;
« no previous file with comments | « content/browser/download/download_manager_impl.cc ('k') | content/browser/download/download_request_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698