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

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

Issue 2258283002: UMA for previews infobar and Lo-Fi context menu items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarRemoveAndroid
Patch Set: rebase Created 4 years, 3 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 | « chrome/browser/previews/previews_infobar_delegate.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 c72187514e8683d0058c6e7d2f361ab8aa8e7c95..8fba244cb5f571c2eb204d8b055a2486d464ecca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8037,6 +8037,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="DataReductionProxy.LoFi.UIAction"
enum="DataReductionProxyLoFiUIAction">
+ <obsolete>
+ Deprecated as of 9/2016, replaced by Previews.ContextMenuAction.LoFi.
+ </obsolete>
<owner>bengr@chromium.org</owner>
<owner>megjablon@chromium.org</owner>
<summary>
@@ -46322,6 +46325,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Previews.ContextMenuAction.LoFi"
+ enum="PreviewsContextMenuActionLoFi">
+ <owner>bengr@chromium.org</owner>
+ <owner>megjablon@chromium.org</owner>
+ <summary>
+ Samples of user interactions with the Lo-Fi context menu options. These
+ samples include:
+
+ Displays and clicks on the &quot;Load image&quot; and &quot;Load
+ images&quot; context menu options. Count of pages where the user has clicked
+ &quot;Load image&quot; at least once.
+ </summary>
+</histogram>
+
<histogram name="Previews.DataInflation" units="KB">
<owner>ryansturm@chromium.org</owner>
<summary>
@@ -46358,6 +46375,45 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Previews.InfoBarAction.LitePage" enum="PreviewsInfoBarAction">
+ <owner>bengr@chromium.org</owner>
+ <owner>megjablon@chromium.org</owner>
+ <summary>
+ Samples of user interactions with the previews LitePage &quot;Saved
+ data&quot; infobar. These samples include:
+
+ Displays of the infobar and clicks on the &quot;Load original&quot; link.
+ Whether the infobar was dismissed by navigation or the user clicking on
+ &quot;X&quot; close button.
+ </summary>
+</histogram>
+
+<histogram name="Previews.InfoBarAction.LoFi" enum="PreviewsInfoBarAction">
+ <owner>bengr@chromium.org</owner>
+ <owner>megjablon@chromium.org</owner>
+ <summary>
+ Samples of user interactions with the previews Lo-Fi &quot;Saved data&quot;
+ infobar. These samples include:
+
+ Displays of the infobar and clicks on the &quot;Load original&quot; link.
+ Whether the infobar was dismissed by navigation or the user clicking on
+ &quot;X&quot; close button.
+ </summary>
+</histogram>
+
+<histogram name="Previews.InfoBarAction.Offline" enum="PreviewsInfoBarAction">
+ <owner>bengr@chromium.org</owner>
+ <owner>megjablon@chromium.org</owner>
+ <summary>
+ Samples of user interactions with the previews Offline &quot;Faster page
+ loaded&quot; infobar. These samples include:
+
+ Displays of the infobar and clicks on the &quot;Load original&quot; link.
+ Whether the infobar was dismissed by navigation or the user clicking on
+ &quot;X&quot; close button.
+ </summary>
+</histogram>
+
<histogram name="Previews.OriginalContentLength" units="KB">
<owner>ryansturm@chromium.org</owner>
<summary>
@@ -91557,6 +91613,22 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="tapdown + tapunconfirmed"/>
</enum>
+<enum name="PreviewsContextMenuActionLoFi" type="int">
+ <int value="0" label="'Load image' context menu item shown"/>
+ <int value="1" label="'Load image' context menu item clicked"/>
+ <int value="2"
+ label="Pages where the user has clicked 'Load image' at least once"/>
+ <int value="3" label="'Load images' context menu item shown"/>
+ <int value="4" label="'Load images' context menu item clicked"/>
+</enum>
+
+<enum name="PreviewsInfoBarAction" type="int">
+ <int value="0" label="Infobar shown"/>
+ <int value="1" label="Infobar 'Load original' clicked"/>
+ <int value="2" label="Infobar dismissed by user"/>
+ <int value="3" label="Infobar dismissed by navigation"/>
+</enum>
+
<enum name="PrinterServiceEventType" type="int">
<int value="0" label="Printer added"/>
<int value="1" label="Page displayed (Deprecated)"/>
« no previous file with comments | « chrome/browser/previews/previews_infobar_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698