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

Unified Diff: components/offline_pages/downloads/download_ui_item.h

Issue 2239133002: [Offline pages] Downloads UI: Adding bridge for issuing notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@download-notifications
Patch Set: Addressing CR feedback Created 4 years, 4 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/offline_pages/downloads/BUILD.gn ('k') | components/offline_pages/downloads/download_ui_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/downloads/download_ui_item.h
diff --git a/components/offline_pages/downloads/download_ui_item.h b/components/offline_pages/downloads/download_ui_item.h
index 057266192efce5a5be71a463a454bc7056b98883..f289c40bde6bec2efa8b97c3bcf8448afb1533ac 100644
--- a/components/offline_pages/downloads/download_ui_item.h
+++ b/components/offline_pages/downloads/download_ui_item.h
@@ -20,6 +20,7 @@ struct DownloadUIItem {
public:
DownloadUIItem();
explicit DownloadUIItem(const OfflinePageItem& page);
+ DownloadUIItem(const DownloadUIItem& other);
~DownloadUIItem();
// Unique id.
« no previous file with comments | « components/offline_pages/downloads/BUILD.gn ('k') | components/offline_pages/downloads/download_ui_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698