| Index: chrome/browser/search/most_visited_iframe_source.h
|
| diff --git a/chrome/browser/search/most_visited_iframe_source.h b/chrome/browser/search/most_visited_iframe_source.h
|
| index 939957336bd093462e250a5163c74723844aafe4..d38d9b5789ebf73512360574ff42aec19ab63991 100644
|
| --- a/chrome/browser/search/most_visited_iframe_source.h
|
| +++ b/chrome/browser/search/most_visited_iframe_source.h
|
| @@ -17,11 +17,6 @@ class MostVisitedIframeSource : public IframeSource {
|
| MostVisitedIframeSource();
|
| ~MostVisitedIframeSource() override;
|
|
|
| - // Number of Most Visited elements on the NTP for logging purposes.
|
| - static const int kNumMostVisited;
|
| - // Name of the histogram keeping track of Most Visited clicks.
|
| - static const char kMostVisitedHistogramName[];
|
| -
|
| // Overridden from IframeSource. Public for testing.
|
| void StartDataRequest(
|
| const std::string& path_and_query,
|
|
|