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

Unified Diff: chrome/browser/first_run/first_run.h

Issue 9969141: Add FirstRun.SearchEngineBubble UMA histogram counts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use a histogram instead; also count impressions. Created 8 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/first_run/first_run.h
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
index 29ef02b3484afc5e6b47a6acfd42f651d9541956..b41d4d9db2d4b336fac9bfe3785642d38bbd7b07 100644
--- a/chrome/browser/first_run/first_run.h
+++ b/chrome/browser/first_run/first_run.h
@@ -33,6 +33,12 @@ class ProcessSingleton;
// install work for this user. After that the sentinel file is created.
namespace first_run {
+enum FirstRunBubbleMetric {
+ FIRST_RUN_BUBBLE_SHOWN = 0, // The search engine bubble was shown.
+ FIRST_RUN_BUBBLE_CHANGE_SEARCH_INVOKED, // The bubble's "Change" was invoked.
+ NUM_FIRST_RUN_BUBBLE_METRICS
+};
+
// See ProcessMasterPreferences for more info about this structure.
struct MasterPrefs {
MasterPrefs();

Powered by Google App Engine
This is Rietveld 408576698