Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_ | |
| 6 #define CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_ | |
| 7 | |
| 8 extern const char kContentSuggestionsConsecutiveIgnoredPrefName[]; | |
|
Bernhard Bauer
2017/01/11 15:21:49
Prefs in chrome/ go in chrome/common/pref_names.{h
sfiera
2017/01/11 15:41:52
Should the registration code also move somewhere e
Bernhard Bauer
2017/01/11 15:58:24
No, registration is in the same place where the pr
| |
| 9 | |
| 10 #endif // CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_ | |
| OLD | NEW |