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

Unified Diff: components/ntp_snippets/content_suggestion.cc

Issue 2737723002: Downloads : Last access time update for NTP, duplicate infobar and notifications (Closed)
Patch Set: Removed changes for duplicate infobar Created 3 years, 9 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: components/ntp_snippets/content_suggestion.cc
diff --git a/components/ntp_snippets/content_suggestion.cc b/components/ntp_snippets/content_suggestion.cc
index 3b007a4f1c27bac25aac2ccde7965e4ac1944b1f..e5cac6187ed26c3629246355769beb150a8d38e3 100644
--- a/components/ntp_snippets/content_suggestion.cc
+++ b/components/ntp_snippets/content_suggestion.cc
@@ -10,6 +10,9 @@ namespace ntp_snippets {
DownloadSuggestionExtra::DownloadSuggestionExtra() = default;
+DownloadSuggestionExtra::DownloadSuggestionExtra(
+ const DownloadSuggestionExtra& other) = default;
+
DownloadSuggestionExtra::~DownloadSuggestionExtra() = default;
bool ContentSuggestion::ID::operator==(const ID& rhs) const {
« components/ntp_snippets/content_suggestion.h ('K') | « components/ntp_snippets/content_suggestion.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698