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

Unified Diff: components/ntp_snippets/remote/ntp_snippets_status_service.h

Issue 2321273003: Extend VariationParamsManager to support feature associations. (Closed)
Patch Set: Fixing windows build? Created 4 years, 1 month 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/remote/ntp_snippets_status_service.h
diff --git a/components/ntp_snippets/remote/ntp_snippets_status_service.h b/components/ntp_snippets/remote/ntp_snippets_status_service.h
index 6f19d038bef485dc51ef0e42127b45ee6dae65ff..27380f495475384e4319d580f4f78c13bd1f8ca1 100644
--- a/components/ntp_snippets/remote/ntp_snippets_status_service.h
+++ b/components/ntp_snippets/remote/ntp_snippets_status_service.h
@@ -52,6 +52,8 @@ class NTPSnippetsStatusService {
void OnSignInStateChanged();
private:
+ FRIEND_TEST_ALL_PREFIXES(NTPSnippetsStatusServiceTest,
+ SigninStateCompatibility);
FRIEND_TEST_ALL_PREFIXES(NTPSnippetsStatusServiceTest, DisabledViaPref);
// Callback for the PrefChangeRegistrar.

Powered by Google App Engine
This is Rietveld 408576698