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

Unified Diff: components/ntp_snippets/mock_content_suggestions_provider.cc

Issue 2663313002: 📰 Merge the has_fetch_more and has_reload actions (Closed)
Patch Set: fix tests pt 2 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/mock_content_suggestions_provider.cc
diff --git a/components/ntp_snippets/mock_content_suggestions_provider.cc b/components/ntp_snippets/mock_content_suggestions_provider.cc
index 02c99b65a273975704557e2c7f869b4b7a39b68c..80f527db5427edb530e1bc0c835162f48a7e439d 100644
--- a/components/ntp_snippets/mock_content_suggestions_provider.cc
+++ b/components/ntp_snippets/mock_content_suggestions_provider.cc
@@ -37,7 +37,7 @@ CategoryStatus MockContentSuggestionsProvider::GetCategoryStatus(
CategoryInfo MockContentSuggestionsProvider::GetCategoryInfo(
Category category) {
return CategoryInfo(base::ASCIIToUTF16("Section title"),
- ContentSuggestionsCardLayout::FULL_CARD, true, false,
+ ContentSuggestionsCardLayout::FULL_CARD, true,
true, false,
Marc Treib 2017/02/01 13:33:42 Orthogonal to this CL, but since you're here: Woul
dgn 2017/02/01 18:01:52 Done.
base::ASCIIToUTF16("No suggestions message"));
}

Powered by Google App Engine
This is Rietveld 408576698