| 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.
|
|
|