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

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

Issue 178253008: Redoing Issue 36073011: Allowing file:/// in Instant Extended's Most Visited links. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused consts. Created 6 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 fad98231771822cd4da83557e9cf2615d418b203..63b7e4d737d484bc788fbf67755f9c609ba4d899 100644
--- a/chrome/browser/search/most_visited_iframe_source.h
+++ b/chrome/browser/search/most_visited_iframe_source.h
@@ -39,15 +39,6 @@ class MostVisitedIframeSource : public IframeSource {
FRIEND_TEST_ALL_PREFIXES(MostVisitedIframeSourceTest,
LogEndpointIsValidWithProvider);
- // Logs the click on a Most Visited tile for a specific |provider|. Note that
- // the UMA_HISTOGRAM_ENUMERATION macro cannot be used since it caches the
- // histogram object at the call site, which will not work in this case.
- void LogMostVisitedProviderClick(int position, const std::string& provider);
-
- // Returns the name of the histogram that should be logged for a click to a
- // specified Most Visited |provider|.
- static std::string GetHistogramNameForProvider(const std::string& provider);
-
DISALLOW_COPY_AND_ASSIGN(MostVisitedIframeSource);
};

Powered by Google App Engine
This is Rietveld 408576698