| Index: chrome/common/search/ntp_logging_events.h
|
| diff --git a/chrome/common/search/ntp_logging_events.h b/chrome/common/search/ntp_logging_events.h
|
| index cbb11008a70197e6d5b4c107d644300f9abf3e01..51893222d82963312a5d59978d32115d5f07ebb3 100644
|
| --- a/chrome/common/search/ntp_logging_events.h
|
| +++ b/chrome/common/search/ntp_logging_events.h
|
| @@ -53,13 +53,4 @@ enum NTPLoggingEventType {
|
| NTP_EVENT_TYPE_LAST = NTP_ALL_TILES_LOADED
|
| };
|
|
|
| -// The source of an NTP tile.
|
| -// Note: Keep in sync with browser/resources/local_ntp/most_visited_single.js.
|
| -// TODO(treib): Merge this into MostVisitedSource from components/ntp_tiles.
|
| -enum class NTPLoggingTileSource {
|
| - CLIENT = 0,
|
| - SERVER = 1,
|
| - LAST = SERVER
|
| -};
|
| -
|
| #endif // CHROME_COMMON_SEARCH_NTP_LOGGING_EVENTS_H_
|
|
|