summaryrefslogtreecommitdiff
path: root/chromium/components/ntp_snippets/pref_names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/ntp_snippets/pref_names.cc')
-rw-r--r--chromium/components/ntp_snippets/pref_names.cc11
1 files changed, 5 insertions, 6 deletions
diff --git a/chromium/components/ntp_snippets/pref_names.cc b/chromium/components/ntp_snippets/pref_names.cc
index cd03e327107..fb5582a6725 100644
--- a/chromium/components/ntp_snippets/pref_names.cc
+++ b/chromium/components/ntp_snippets/pref_names.cc
@@ -11,14 +11,13 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
const char kRemoteSuggestionCategories[] = "ntp_snippets.remote_categories";
-const char kSnippetLastFetchAttempt[] =
- "ntp_snippets.last_fetch_attempt";
+const char kSnippetLastFetchAttempt[] = "ntp_snippets.last_fetch_attempt";
-const char kSnippetSoftFetchingIntervalOnUsageEvent[] =
- "ntp_snippets.soft_fetching_interval_on_usage_event";
+const char kSnippetSoftFetchingIntervalWifi[] =
+ "ntp_snippets.soft_fetching_interval_wifi";
-const char kSnippetSoftFetchingIntervalOnNtpOpened[] =
- "ntp_snippets.soft_fetching_interval_on_ntp_opened";
+const char kSnippetSoftFetchingIntervalFallback[] =
+ "ntp_snippets.soft_fetching_interval_fallback";
const char kSnippetPersistentFetchingIntervalWifi[] =
"ntp_snippets.fetching_interval_wifi";