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

Unified Diff: chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc

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/browser/ntp_snippets/download_suggestions_provider_unittest.cc
diff --git a/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc b/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc
index 932098de3b5447c11c99ec04fc6a34310a90d7bb..0b0b51ec0e5c31d599f1f57414e14fa5004d50db 100644
--- a/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc
+++ b/chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc
@@ -76,9 +76,6 @@ std::ostream& operator<<(std::ostream& os, const CategoryStatus& value) {
case CategoryStatus::CATEGORY_EXPLICITLY_DISABLED:
os << "CATEGORY_EXPLICITLY_DISABLED";
break;
- case CategoryStatus::SIGNED_OUT:
- os << "SIGNED_OUT";
- break;
case CategoryStatus::LOADING_ERROR:
os << "LOADING_ERROR";
break;

Powered by Google App Engine
This is Rietveld 408576698