Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: components/ntp_tiles/ntp_tile_source.h

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: add back histogram enums Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/ntp_tiles/ntp_tile.cc ('k') | components/ntp_tiles/tile_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/ntp_tile_source.h
diff --git a/components/ntp_tiles/ntp_tile_source.h b/components/ntp_tiles/ntp_tile_source.h
deleted file mode 100644
index 1ac85a91b719609701a3f617a600c4520e9e5fc2..0000000000000000000000000000000000000000
--- a/components/ntp_tiles/ntp_tile_source.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_NTP_TILES_NTP_TILE_SOURCE_H_
-#define COMPONENTS_NTP_TILES_NTP_TILE_SOURCE_H_
-
-namespace ntp_tiles {
-
-// The source of an NTP tile.
-// A Java counterpart will be generated for this enum.
-// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.ntp
-enum class NTPTileSource {
- // Tile comes from the personal top sites list, based on local history.
- TOP_SITES,
- // Tile comes from the suggestions service, based on synced history.
- SUGGESTIONS_SERVICE,
- // Tile is regionally popular.
- POPULAR,
- // Tile is on a custodian-managed whitelist.
- WHITELIST,
-
- LAST = WHITELIST
-};
-
-} // namespace ntp_tiles
-
-#endif // COMPONENTS_NTP_TILES_NTP_TILE_SOURCE_H_
« no previous file with comments | « components/ntp_tiles/ntp_tile.cc ('k') | components/ntp_tiles/tile_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698