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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java

Issue 2740783004: Cleanup: Remove CategoryStatus::SIGNED_OUT (Closed)
Patch Set: review 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: chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java
index ff940e637e017322c0cbb594eb77e66f428ddbb6..044021ff9367fa5b7d4bebd789702a417964ae1d 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java
@@ -183,7 +183,7 @@ public class SuggestionsSectionTest {
verifyNoMoreInteractions(mParent);
// We clear existing suggestions when the status is not AVAILABLE, and show the status card.
- section.setStatus(CategoryStatus.SIGNED_OUT);
+ section.setStatus(CategoryStatus.CATEGORY_EXPLICITLY_DISABLED);
verify(mParent).onItemRangeRemoved(section, 1, suggestionCount);
verify(mParent).onItemRangeInserted(section, 1, 1);

Powered by Google App Engine
This is Rietveld 408576698