| 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.
|
|
|