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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1441683010: Add UMA histogram for save link file type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java ('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 9d6c163acca5807d32a8c319d7c52d73e7822f0c..6106b756183eb2a511c33f1c0074cf3285e678a5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5199,6 +5199,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ContextMenu.SaveLinkType" enum="ContextMenuSaveLinkType">
+ <owner>qinmin@chromium.org</owner>
+ <summary>
+ Type of the url when user saves the content through the save link context
+ menu.
+ </summary>
+</histogram>
+
<histogram name="ContextMenu.SelectedOption" enum="ContextMenuOption">
<owner>newt@chromium.org</owner>
<summary>The option that the user selected from a context menu.</summary>
@@ -56321,6 +56329,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="19" label="Share image"/>
</enum>
+<enum name="ContextMenuSaveLinkType" type="int">
+ <summary>
+ The content type when user chooses save link context menu option
+ </summary>
+ <int value="0" label="Unkown"/>
+ <int value="1" label="Text"/>
+ <int value="2" label="Image"/>
+ <int value="3" label="Audio"/>
+ <int value="4" label="Video"/>
+ <int value="5" label="Pdf"/>
+</enum>
+
<enum name="ContextualSearchIconSpriteAnimated" type="int">
<int value="0" label="Animated, seen, from tap"/>
<int value="1" label="Animated, not seen, from tap"/>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698