Chromium Code Reviews| Index: components/ntp_snippets/pref_names.h |
| diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h |
| index 258603a71633a8f14ce61d7886cdbdc72f674cc1..26cf424648cc9971cdcffcafd401b39e10f2af62 100644 |
| --- a/components/ntp_snippets/pref_names.h |
| +++ b/components/ntp_snippets/pref_names.h |
| @@ -10,7 +10,10 @@ namespace prefs { |
| extern const char kSnippetHosts[]; |
| +extern const char kSnippetQuotaDayFormat[]; |
| +extern const char kSnippetQuotaCountFormat[]; |
|
Marc Treib
2016/07/19 09:06:17
Could you add comments on what exactly these mean?
jkrcal
2016/07/20 09:40:39
Done.
|
| + |
| } // namespace prefs |
| } // namespace ntp_snippets |
| -#endif |
| +#endif // COMPONENTS_NTP_SNIPPETS_PREF_NAMES_H_ |