| 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..105b2db4eb0b743b3cfa098df716e87de31ae754 100644
|
| --- a/components/ntp_snippets/pref_names.cc
|
| +++ b/components/ntp_snippets/pref_names.cc
|
| @@ -11,10 +11,16 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
|
|
|
| const char kRemoteSuggestionCategories[] = "ntp_snippets.remote_categories";
|
|
|
| -const char kSnippetBackgroundFetchingIntervalWifi[] =
|
| +const char kSnippetLastFetchAttempt[] =
|
| + "ntp_snippets.last_fetch_attempt";
|
| +
|
| +const char kSnippetSoftFetchingIntervalOnUsageEvent[] =
|
| + "ntp_snippets.soft_fetching_interval_on_usage_event";
|
| +
|
| +const char kSnippetPersistentFetchingIntervalWifi[] =
|
| "ntp_snippets.fetching_interval_wifi";
|
|
|
| -const char kSnippetBackgroundFetchingIntervalFallback[] =
|
| +const char kSnippetPersistentFetchingIntervalFallback[] =
|
| "ntp_snippets.fetching_interval_fallback";
|
|
|
| const char kSnippetFetcherRequestCount[] =
|
|
|