Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2611523004: [Background fetching] Background fetching when opening an NTP. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698