| Index: components/ntp_snippets/pref_names.cc
|
| diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
|
| index 936b151c44dea06a264957dd0cb6630f2f3a5adb..f31539bd05ed0466191ac73dfab2f895f0426e80 100644
|
| --- a/components/ntp_snippets/pref_names.cc
|
| +++ b/components/ntp_snippets/pref_names.cc
|
| @@ -11,5 +11,8 @@ const char kEnableSnippets[] = "ntp_snippets.enable";
|
|
|
| const char kSnippetHosts[] = "ntp_snippets.hosts";
|
|
|
| +const char kSnippetFetcherQuotaDay[] = "ntp_snippets.quota.fetcher.day";
|
| +const char kSnippetFetcherQuotaCount[] = "ntp_snippets.quota.fetcher.count";
|
| +
|
| } // namespace prefs
|
| } // namespace ntp_snippets
|
|
|