| 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 c75bcf620598f2674a52f8faacfee6365fe43db3..a5e8e08d5e9e2e029724dac8c44704e2acecbca5 100644
|
| --- a/components/ntp_snippets/remote/ntp_snippets_status_service.h
|
| +++ b/components/ntp_snippets/remote/ntp_snippets_status_service.h
|
| @@ -53,7 +53,9 @@ class NTPSnippetsStatusService : public SigninManagerBase::Observer {
|
| const std::string& username) override;
|
|
|
| // Callback for the PrefChangeRegistrar.
|
| - void OnStateChanged();
|
| + void OnSnippetsEnabledChanged();
|
| +
|
| + void OnStateChanged(DisabledReason new_disabled_reason);
|
|
|
| DisabledReason GetDisabledReasonFromDeps() const;
|
|
|
|
|