sfiera | 0dc4da51 | 2016-04-29 09:23:05 | [diff] [blame] | 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 COMPONENTS_NTP_TILES_PREF_NAMES_H_ |
| 6 | #define COMPONENTS_NTP_TILES_PREF_NAMES_H_ |
| 7 | |
| 8 | namespace ntp_tiles { |
| 9 | namespace prefs { |
| 10 | |
sfiera | 635d21d | 2016-08-04 07:56:09 | [diff] [blame] | 11 | extern const char kNumPersonalTiles[]; |
sfiera | 0dc4da51 | 2016-04-29 09:23:05 | [diff] [blame] | 12 | |
sfiera | 2d6b0afb | 2016-06-28 14:23:01 | [diff] [blame] | 13 | extern const char kPopularSitesOverrideURL[]; |
mastiz | 7df710a | 2017-04-26 11:09:10 | [diff] [blame] | 14 | extern const char kPopularSitesOverrideDirectory[]; |
treib | da53b8a | 2016-05-04 10:13:29 | [diff] [blame] | 15 | extern const char kPopularSitesOverrideCountry[]; |
| 16 | extern const char kPopularSitesOverrideVersion[]; |
| 17 | |
Friedrich Horschig | f4818374 | 2017-08-08 16:53:13 | [diff] [blame] | 18 | extern const char kPopularSitesLastDownloadPref[]; |
| 19 | extern const char kPopularSitesURLPref[]; |
| 20 | extern const char kPopularSitesJsonPref[]; |
| 21 | extern const char kPopularSitesVersionPref[]; |
| 22 | |
kristipark | c019977 | 2018-07-18 05:25:42 | [diff] [blame] | 23 | extern const char kCustomLinksList[]; |
| 24 | extern const char kCustomLinksInitialized[]; |
| 25 | |
sfiera | 0dc4da51 | 2016-04-29 09:23:05 | [diff] [blame] | 26 | } // namespace prefs |
| 27 | } // namespace ntp_tiles |
| 28 | |
| 29 | #endif // COMPONENTS_NTP_TILES_PREF_NAMES_H_ |