| Index: components/ntp_snippets/pref_names.cc
|
| diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
|
| index dced63df980be7996c9402970d2ddee6ed2dc1a5..884b21feeeac464d20bb00eb3d37d6ce16762879 100644
|
| --- a/components/ntp_snippets/pref_names.cc
|
| +++ b/components/ntp_snippets/pref_names.cc
|
| @@ -11,6 +11,11 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
|
|
|
| const char kRemoteSuggestionCategories[] = "ntp_snippets.remote_categories";
|
|
|
| +const char kSnippetNextActiveSoftFetch[] =
|
| + "ntp_snippets.next_soft_fetch_active";
|
| +const char kSnippetSoftFetchingIntervalActive[] =
|
| + "ntp_snippets.soft_fetching_interval_active";
|
| +
|
| const char kSnippetBackgroundFetchingIntervalWifi[] =
|
| "ntp_snippets.fetching_interval_wifi";
|
|
|
|
|