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

Unified Diff: components/ntp_snippets/category_info.cc

Issue 2663313002: 📰 Merge the has_fetch_more and has_reload actions (Closed)
Patch Set: rebase Created 3 years, 11 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/category_info.cc
diff --git a/components/ntp_snippets/category_info.cc b/components/ntp_snippets/category_info.cc
index e3d3058d6132c7dcd473366ed606d81aa92e14b7..e8b32ea52a1f60cdfc03096c1ebef4e21c9919f2 100644
--- a/components/ntp_snippets/category_info.cc
+++ b/components/ntp_snippets/category_info.cc
@@ -8,15 +8,13 @@ namespace ntp_snippets {
CategoryInfo::CategoryInfo(const base::string16& title,
ContentSuggestionsCardLayout card_layout,
- bool has_more_action,
- bool has_reload_action,
+ bool has_fetch_action,
bool has_view_all_action,
bool show_if_empty,
const base::string16& no_suggestions_message)
: title_(title),
card_layout_(card_layout),
- has_more_action_(has_more_action),
- has_reload_action_(has_reload_action),
+ has_fetch_action_(has_fetch_action),
has_view_all_action_(has_view_all_action),
show_if_empty_(show_if_empty),
no_suggestions_message_(no_suggestions_message) {}
« no previous file with comments | « components/ntp_snippets/category_info.h ('k') | components/ntp_snippets/content_suggestions_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698