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

Unified Diff: chrome/common/search/ntp_logging_events.h

Issue 2544883006: Cleanup: Replace NTPLoggingTileSource by ntp_tiles::NTPTileSource (Closed)
Patch Set: tests Created 4 years 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 | « chrome/common/render_messages.h ('k') | chrome/renderer/searchbox/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/searchbox/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698