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

Unified Diff: chrome/browser/ui/search/search_tab_helper.h

Issue 2796643002: NTP: Record TileType metrics also on desktop (Closed)
Patch Set: review 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
Index: chrome/browser/ui/search/search_tab_helper.h
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
index 6c2587abdf22f210ad8ac3ac48e075865e2aaa5f..caef0e5ec2067e88a7844e69692a2d3ae1c975ac 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -17,6 +17,7 @@
#include "chrome/common/search/instant_types.h"
#include "chrome/common/search/ntp_logging_events.h"
#include "components/ntp_tiles/tile_source.h"
+#include "components/ntp_tiles/tile_visual_type.h"
#include "components/omnibox/common/omnibox_focus_state.h"
#include "content/public/browser/reload_type.h"
#include "content/public/browser/web_contents_observer.h"
@@ -140,9 +141,11 @@ class SearchTabHelper : public content::WebContentsObserver,
void OnUndoAllMostVisitedDeletions() override;
void OnLogEvent(NTPLoggingEventType event, base::TimeDelta time) override;
void OnLogMostVisitedImpression(int position,
- ntp_tiles::TileSource tile_source) override;
+ ntp_tiles::TileSource tile_source,
+ ntp_tiles::TileVisualType tile_type) override;
void OnLogMostVisitedNavigation(int position,
- ntp_tiles::TileSource tile_source) override;
+ ntp_tiles::TileSource tile_source,
+ ntp_tiles::TileVisualType tile_type) override;
void PasteIntoOmnibox(const base::string16& text) override;
void OnChromeIdentityCheck(const base::string16& identity) override;
void OnHistorySyncCheck() override;

Powered by Google App Engine
This is Rietveld 408576698