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

Unified Diff: components/ntp_tiles/most_visited_sites.h

Issue 2121133002: Remove provider index from Android NewTabPage histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dewittj
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 12c2ffb4cc8d06704967ebce456974accf940987..075b85db915eec0cad6192c9e0dcd774fcbcbb91 100644
--- a/components/ntp_tiles/most_visited_sites.h
+++ b/components/ntp_tiles/most_visited_sites.h
@@ -143,9 +143,6 @@ class MostVisitedSites : public history::TopSitesObserver,
// Only valid for source == WHITELIST (empty otherwise).
base::FilePath whitelist_icon_path;
- // Only valid for source == SUGGESTIONS_SERVICE (-1 otherwise).
- int provider_index;
-
Suggestion();
~Suggestion();
@@ -174,8 +171,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,
- const std::vector<int>& provider_indices);
+ const std::vector<int>& sources);
void RecordOpenedMostVisitedItem(int index, int tile_type);
// MostVisitedSitesSupervisor::Observer implementation.
« 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