| 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 e5aba948ca57a5f6701015caefbccbf0ef1916fa..4893c82a33755af8c756245034e35c4385422af2 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -54,6 +54,7 @@ class NTPSnippetsService : public KeyedService {
|
| // the locale, so 'en_US' (English language with US locale) and 'en-GB_US'
|
| // (British English person in the US) are not language codes.
|
| NTPSnippetsService(
|
| + bool enabled,
|
| PrefService* pref_service,
|
| suggestions::SuggestionsService* suggestions_service,
|
| scoped_refptr<base::SequencedTaskRunner> file_task_runner,
|
| @@ -65,7 +66,7 @@ class NTPSnippetsService : public KeyedService {
|
|
|
| static void RegisterProfilePrefs(PrefRegistrySimple* registry);
|
|
|
| - void Init(bool enabled);
|
| + void Init();
|
|
|
| // Inherited from KeyedService.
|
| void Shutdown() override;
|
|
|