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/most_visited_sites.h

Issue 2136503002: NTP: Fix metrics recording race condition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android_uma
Patch Set: rebase Created 4 years, 5 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 | « chrome/browser/android/ntp/most_visited_sites_bridge.cc ('k') | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/most_visited_sites.h
diff --git a/components/ntp_tiles/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h
index a4912da9f931bfe8a030d60ac9454b58433415fd..0c52916a8af3750948b247d558ccfdc9d25d2801 100644
--- a/components/ntp_tiles/most_visited_sites.h
+++ b/components/ntp_tiles/most_visited_sites.h
@@ -172,7 +172,7 @@ class MostVisitedSites : public history::TopSitesObserver,
void AddOrRemoveBlacklistedUrl(const GURL& url, bool add_url);
void RecordTileTypeMetrics(const std::vector<int>& tile_types,
const std::vector<int>& sources);
- void RecordOpenedMostVisitedItem(int index, int tile_type);
+ void RecordOpenedMostVisitedItem(int index, int tile_type, int source);
// MostVisitedSitesSupervisor::Observer implementation.
void OnBlockedSitesChanged() override;
« no previous file with comments | « chrome/browser/android/ntp/most_visited_sites_bridge.cc ('k') | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698