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

Unified Diff: chrome/browser/search/most_visited_iframe_source.h

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/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,
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page.cc ('k') | chrome/browser/search/most_visited_iframe_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698