Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 2769d4f455330c3fd97d31021d27945a67116213..341a88189e9b8c0e8fde1fbfd3cb97fb4aeb29c1 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"/> |
+</enum> |
+ |
<enum name="AppPromoAction" type="int"> |
<int value="0" label="PROMO_LAUNCH_APP"/> |
<int value="1" label="PROMO_LAUNCH_WEB_STORE"/> |