blob: 1b0959bd030b788acd96f6a25addfbc697b48562 [file] [log] [blame]
sfiera0dc4da512016-04-29 09:23:051// 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
8namespace ntp_tiles {
9namespace prefs {
10
sfiera635d21d2016-08-04 07:56:0911extern const char kNumPersonalTiles[];
sfiera0dc4da512016-04-29 09:23:0512
sfiera2d6b0afb2016-06-28 14:23:0113extern const char kPopularSitesOverrideURL[];
mastiz7df710a2017-04-26 11:09:1014extern const char kPopularSitesOverrideDirectory[];
treibda53b8a2016-05-04 10:13:2915extern const char kPopularSitesOverrideCountry[];
16extern const char kPopularSitesOverrideVersion[];
17
Friedrich Horschigf48183742017-08-08 16:53:1318extern const char kPopularSitesLastDownloadPref[];
19extern const char kPopularSitesURLPref[];
20extern const char kPopularSitesJsonPref[];
21extern const char kPopularSitesVersionPref[];
22
kristiparkc0199772018-07-18 05:25:4223extern const char kCustomLinksList[];
24extern const char kCustomLinksInitialized[];
25
sfiera0dc4da512016-04-29 09:23:0526} // namespace prefs
27} // namespace ntp_tiles
28
29#endif // COMPONENTS_NTP_TILES_PREF_NAMES_H_