// Copyright 2017 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_VISUAL_TYPE_H_ #define COMPONENTS_NTP_TILES_TILE_VISUAL_TYPE_H_ namespace ntp_tiles { // The visual type of an NTP tile. // // These values must stay in sync with the NTPTileVisualType enum in // histograms/enums.xml. // // A Java counterpart will be generated for this enum. // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.suggestions.tile enum TileVisualType { … }; } // namespace ntp_tiles #endif // COMPONENTS_NTP_TILES_TILE_VISUAL_TYPE_H_