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

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

Issue 2022313002: UI for the Data Saver InfoBar Promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@infobarPromo
Patch Set: "tbansal comments" Created 4 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:
Download patch
« no previous file with comments | « components/infobars/core/infobar_delegate.h ('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 8ed8b06502cd4055d3cc84f6e105eec36643c8e3..d247fffdf6a1dc8baf139208957519d170bc4883 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7853,6 +7853,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
can disable the proxy via a switch on the card. The state of the proxy is
sampled when the First Run Experience is completed and only reported if the
Data Reduction Proxy card was shown.
+
+ The user interactions with the Infobar promo. On Android, there are two
+ actions that dismiss the promo (enable, dismiss). This is sampled when the
+ promo leaves view.
</summary>
</histogram>
@@ -69926,13 +69930,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="DataReductionProxyUIAction" type="int">
- <int value="0" label="Enabled directly from the promo"/>
+ <int value="0" label="Enabled directly from the Second Run promo"/>
<int value="1" label="Enabled then disabled from promo (iOS-only)"/>
<int value="2"
- label="Promo settings link clicked, then enabled from settings"/>
+ label="Second Run promo settings link clicked, then enabled from
+ settings"/>
<int value="3"
- label="Promo settings link clicked, but not enabled from settings"/>
- <int value="4" label="Promo dismissed (no action performed)"/>
+ label="Second Run promo settings link clicked, but not enabled from
+ settings"/>
+ <int value="4" label="Second Run promo dismissed (proxy not enabled)"/>
<int value="5"
label="Arrived at settings menu by another path: entered off, exited
off"/>
@@ -69944,6 +69950,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Arrived at settings menu by another path: entered on, exited on"/>
<int value="9" label="Enabled directly from the First Run Experience"/>
<int value="10" label="Disabled directly from the First Run Experience"/>
+ <int value="11" label="Enabled directly from the Infobar promo"/>
+ <int value="12" label="InfoBar promo dismissed (proxy not enabled)"/>
</enum>
<enum name="DataUsageReportSubmissionResult" type="int">
@@ -78824,6 +78832,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="60" label="CHROME_WINDOW_ERROR"/>
<int value="61" label="CONFIRM_DANGEROUS_DOWNLOAD"/>
<int value="62" label="WINDOWS_DESKTOP_SEARCH_INFOBAR_DELEGATE"/>
+ <int value="63" label="UPDATE_PASSWORD_INFOBAR_DELEGATE"/>
+ <int value="64" label="DATA_REDUCTION_PROMO_INFOBAR_DELEGATE_ANDROID"/>
</enum>
<enum name="InfoBarResponse" type="int">
« no previous file with comments | « components/infobars/core/infobar_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698