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

Unified Diff: components/ntp_snippets/pref_names.h

Issue 2699613002: [remote suggestions] Add separte fetch interval for NTP open trigger (Closed)
Patch Set: remove extra test - will have a separate CL Created 3 years, 10 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
« no previous file with comments | « no previous file | components/ntp_snippets/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/pref_names.h
diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h
index 7ff783d8a24cb7f2de241fbb021127d7a93ba764..ee604861932495f88f8ae3df6d9d1c71f470f1fb 100644
--- a/components/ntp_snippets/pref_names.h
+++ b/components/ntp_snippets/pref_names.h
@@ -20,8 +20,11 @@ extern const char kRemoteSuggestionCategories[];
extern const char kSnippetLastFetchAttempt[];
// The pref name for the currently applied minimal interval between two
// successive soft background fetches that react to user activity (such as
-// opening an NTP).
+// opening Chrome).
extern const char kSnippetSoftFetchingIntervalOnUsageEvent[];
+// The pref name for the currently applied minimal interval between two
+// successive soft brackground fetches when the New Tab Page is opened.
+extern const char kSnippetSoftFetchingIntervalOnNtpOpened[];
// The pref name for the currently-scheduled background fetching interval when
// there is WiFi connectivity.
« no previous file with comments | « no previous file | components/ntp_snippets/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698