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

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

Issue 111423005: [Most Visited] Log suggestion provider to UMA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean Created 7 years 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 7344cc82724f920054e914ea0979733c0f9cd663..ec905ebc3d3b637fe8969c2cbd3000bc9b2b1c95 100644
--- a/chrome/browser/search/most_visited_iframe_source.h
+++ b/chrome/browser/search/most_visited_iframe_source.h
@@ -20,6 +20,9 @@ class MostVisitedIframeSource : public IframeSource {
static const int kNumMostVisited;
// Name of the histogram keeping track of Most Visited clicks.
static const char kMostVisitedHistogramName[];
+ // Format string to generate the name of the histogram keeping track of MV
+ // clicks specific to a provider.
+ static const char kMostVisitedHistogramWithProvider[];
Alexei Svitkine (slow) 2013/12/12 22:15:44 Instead of exposing this constant directly and hav
Mathieu 2013/12/13 15:01:38 Done.
// Overridden from IframeSource. Public for testing.
virtual void StartDataRequest(

Powered by Google App Engine
This is Rietveld 408576698