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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2395273003: [NTP Snippets] Persist remote categories in prefs (Closed)
Patch Set: tschumann review Created 4 years, 2 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 aaaeedfa274ed3a17ee8d134f2b52cf8fe4de303..7b0c9bdcb3d3b4edebcc7439a76c9a9d28502f5f 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -11,6 +11,8 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
const char kSnippetHosts[] = "ntp_snippets.hosts";
+const char kRemoteSuggestionCategories[] = "ntp_snippets.remote_categories";
+
const char kSnippetBackgroundFetchingIntervalWifi[] =
"ntp_snippets.fetching_interval_wifi";

Powered by Google App Engine
This is Rietveld 408576698