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

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: Fixed gyp file. :-/ 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a182825dc506fa07dccf12b9eb5cdb11e8779977..de47bc03a45037e8f4d9e6356b41ec338508fd3e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -178,6 +178,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
@@ -12338,6 +12342,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"/>
+</enum>
+
<enum name="AppPromoAction" type="int">
<int value="0" label="PROMO_LAUNCH_APP"/>
<int value="1" label="PROMO_LAUNCH_WEB_STORE"/>
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698