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

Unified Diff: components/download/internal/entry.h

Issue 2895953004: Add initial Controller to DownloadService (Closed)
Patch Set: Rebased 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
« no previous file with comments | « components/download/internal/download_store.h ('k') | components/download/internal/entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/download/internal/entry.h
diff --git a/components/download/internal/entry.h b/components/download/internal/entry.h
index 9ba0c4275271e9675a4a48952a411adbcc76a9c0..7e971c079c01391a73d67ad3fa3df8afea40a042 100644
--- a/components/download/internal/entry.h
+++ b/components/download/internal/entry.h
@@ -43,6 +43,7 @@ struct Entry {
Entry();
Entry(const Entry& other);
+ explicit Entry(const DownloadParams& params);
~Entry();
// The feature that is requesting this download.
« no previous file with comments | « components/download/internal/download_store.h ('k') | components/download/internal/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698