| Index: components/ntp_snippets/pref_names.cc
|
| diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
|
| index 21df19573739d4ad02dd116d04a9c7a0c10246d3..499d13513ba143bfec75292819fb5b7b84a6bc9f 100644
|
| --- a/components/ntp_snippets/pref_names.cc
|
| +++ b/components/ntp_snippets/pref_names.cc
|
| @@ -11,10 +11,19 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
|
|
|
| const char kSnippetHosts[] = "ntp_snippets.hosts";
|
|
|
| -const char kSnippetFetcherQuotaDay[] =
|
| - "ntp.request_throttler.suggestion_fetcher.day";
|
| -const char kSnippetFetcherQuotaCount[] =
|
| +const char kSnippetFetcherRequestCount[] =
|
| "ntp.request_throttler.suggestion_fetcher.count";
|
| +const char kSnippetFetcherInteractiveRequestCount[] =
|
| + "ntp.request_throttler.suggestion_fetcher.interactive_count";
|
| +const char kSnippetFetcherRequestsDay[] =
|
| + "ntp.request_throttler.suggestion_fetcher.day";
|
| +
|
| +const char kSnippetThumbnailsRequestCount[] =
|
| + "ntp.request_throttler.suggestion_thumbnails.count";
|
| +const char kSnippetThumbnailsInteractiveRequestCount[] =
|
| + "ntp.request_throttler.suggestion_thumbnails.interactive_count";
|
| +const char kSnippetThumbnailsRequestsDay[] =
|
| + "ntp.request_throttler.suggestion_thumbnails.day";
|
|
|
| const char kDismissedRecentOfflineTabSuggestions[] =
|
| "ntp_suggestions.offline_pages.recent_tabs.dismissed_ids";
|
|
|