| // Copyright 2016 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #ifndef COMPONENTS_NTP_TILES_TILE_SOURCE_H_ |
| #define COMPONENTS_NTP_TILES_TILE_SOURCE_H_ |
| // The source of an NTP tile. Please update webui/ntp-tiles-internals* as well |
| // when modifying these values. |
| // A Java counterpart will be generated for this enum. |
| // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.suggestions.tile |
| // Tile comes from the personal top sites list, based on local history. |
| // Tile is regionally popular. |
| // Tile is a popular site baked into the binary. |
| // Tile is a custom link. |
| // Tile is on a custodian-managed allowlist. |
| // Tile containing the user-set home page is replacing the home page button. |
| #endif // COMPONENTS_NTP_TILES_TILE_SOURCE_H_ |