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

Unified Diff: components/ntp_snippets/offline_pages/recent_tab_suggestions_provider_unittest.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/offline_pages/recent_tab_suggestions_provider_unittest.cc
diff --git a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider_unittest.cc b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider_unittest.cc
index 862b24bfecf5fd67e07deb09064f51cf56df2c18..95a7f72aca220457690981f92034e75414ad2963 100644
--- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider_unittest.cc
+++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider_unittest.cc
@@ -174,9 +174,7 @@ TEST_F(RecentTabSuggestionsProviderTest, ShouldSortByCreationTime) {
TEST_F(RecentTabSuggestionsProviderTest, ShouldDeliverCorrectCategoryInfo) {
EXPECT_FALSE(
- provider()->GetCategoryInfo(recent_tabs_category()).has_more_action());
- EXPECT_FALSE(
- provider()->GetCategoryInfo(recent_tabs_category()).has_reload_action());
+ provider()->GetCategoryInfo(recent_tabs_category()).has_fetch_action());
EXPECT_FALSE(provider()
->GetCategoryInfo(recent_tabs_category())
.has_view_all_action());

Powered by Google App Engine
This is Rietveld 408576698