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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java

Issue 2401643004: 📰 [Reland] Use the separate button style for the NoArticles status (Closed)
Patch Set: rebase 😠 Created 4 years, 2 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: chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
index 84af629f505f6621b7b4f58eb786b6588d8e2168..d94fcfd233b9667ed3b5cd7e4916ec5a5e7ad68b 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java
@@ -173,8 +173,9 @@ private void setupTestData() {
0, // Position
ContentSuggestionsCardLayout.MINIMAL_CARD);
- mSnippetsSource.setInfoForCategory(KnownCategories.ARTICLES, new SuggestionsCategoryInfo(
- "Section Title", ContentSuggestionsCardLayout.FULL_CARD, false, true));
+ mSnippetsSource.setInfoForCategory(KnownCategories.ARTICLES,
+ new SuggestionsCategoryInfo(KnownCategories.ARTICLES, "Section Title",
+ ContentSuggestionsCardLayout.FULL_CARD, false, true));
mSnippetsSource.setStatusForCategory(KnownCategories.ARTICLES,
CategoryStatus.AVAILABLE);
mSnippetsSource.setSuggestionsForCategory(KnownCategories.ARTICLES,

Powered by Google App Engine
This is Rietveld 408576698