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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 17226003: Add metrics for interactions with the Apps Launcher promo dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2769d4f455330c3fd97d31021d27945a67116213..ca5a3832913922a7302de78bb3ec5306f897d8b0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62,6 +62,10 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Apps.AppLauncherPromo" enum="AppLauncherPromo">
+ <summary>Interactions with the App Launcher promo dialog.</summary>
+</histogram>
+
<histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess">
<summary>
Whether DnsConfigService::OnConfigChange actually corresponded to a change
@@ -12155,6 +12159,13 @@ other types of suffix sets.
<int value="3" label="LAUNCH_NONE (v2 packaged apps)"/>
</enum>
+<enum name="AppLauncherPromo" type="int">
+ <int value="0" label="ALREADY_INSTALLED"/>
+ <int value="1" label="SHOWN"/>
+ <int value="2" label="DISMISSED"/>
+ <int value="3" label="LEARN_MORE"/>
Ilya Sherman 2013/06/25 21:35:15 Optional nit: I'd recommend making these be more h
MAD 2013/06/26 03:33:40 Done. I was following the style of the others arou
+</enum>
+
<enum name="AppPromoAction" type="int">
<int value="0" label="PROMO_LAUNCH_APP"/>
<int value="1" label="PROMO_LAUNCH_WEB_STORE"/>

Powered by Google App Engine
This is Rietveld 408576698