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

Unified Diff: components/ntp_snippets/ntp_snippets_service.h

Issue 2191343002: 📰 Remove SnippetService's dependency on Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update some doc, show NO_SNIPPETS instead of SIGNIN when during INITIALIZING state Created 4 years, 5 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/ntp_snippets_service.h
diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
index 0d4a1226f36ed6fe65f53fd3af1a4d9768402eb5..808e1910fd47532845e4b0112f1b843ca2613928 100644
--- a/components/ntp_snippets/ntp_snippets_service.h
+++ b/components/ntp_snippets/ntp_snippets_service.h
@@ -160,7 +160,7 @@ class NTPSnippetsService : public KeyedService,
private:
friend class NTPSnippetsServiceTest;
- FRIEND_TEST_ALL_PREFIXES(NTPSnippetsServiceTest, HistorySyncStateChanges);
+ FRIEND_TEST_ALL_PREFIXES(NTPSnippetsServiceTest, StatusChanges);
// TODO(pke): As soon as the DisabledReason is replaced with the new status,
// also remove the old State enum and replace it with
« no previous file with comments | « components/ntp_snippets/content_suggestions_category_status.h ('k') | components/ntp_snippets/ntp_snippets_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698