| Index: components/ntp_snippets/pref_names.h
|
| diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h
|
| index bcd400d3f851e63d3f118a418738fc1dddbd77ae..14f53cee403e113fc2cfff433fe8fd9f92e6684d 100644
|
| --- a/components/ntp_snippets/pref_names.h
|
| +++ b/components/ntp_snippets/pref_names.h
|
| @@ -8,8 +8,9 @@
|
| namespace ntp_snippets {
|
| namespace prefs {
|
|
|
| -extern const char kSnippets[];
|
| -extern const char kDiscardedSnippets[];
|
| +// TODO(treib): Completely remove these after M53.
|
| +extern const char kDeprecatedSnippets[];
|
| +extern const char kDeprecatedDiscardedSnippets[];
|
|
|
| extern const char kSnippetHosts[];
|
|
|
|
|