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

Unified Diff: components/ntp_snippets/content_suggestion.cc

Issue 2507793002: [NTP] Propagate OfflineId from C++ for Downloads. (Closed)
Patch Set: rebase. Created 4 years, 1 month 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: components/ntp_snippets/content_suggestion.cc
diff --git a/components/ntp_snippets/content_suggestion.cc b/components/ntp_snippets/content_suggestion.cc
index efe1aad967e5adbc998d7d44fda191682068091c..a1a1d4e8007139dcdf5a7e5d67dad38d47a957de 100644
--- a/components/ntp_snippets/content_suggestion.cc
+++ b/components/ntp_snippets/content_suggestion.cc
@@ -8,6 +8,10 @@
namespace ntp_snippets {
+DownloadSuggestionExtra::DownloadSuggestionExtra() = default;
+
+DownloadSuggestionExtra::~DownloadSuggestionExtra() = default;
+
bool ContentSuggestion::ID::operator==(const ID& rhs) const {
return category_ == rhs.category_ &&
id_within_category_ == rhs.id_within_category_;
« no previous file with comments | « components/ntp_snippets/content_suggestion.h ('k') | components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698