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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1130793006: Add UMA actions and histogram for the NPAPI InfoBar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: put unknown at top of histogram Created 5 years, 7 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 | « tools/metrics/actions/actions.xml ('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 ef1870e17004a7b5e1289e34e3b0539f0ed112f2..39d1402be3dc9367dc21eb99df178b73e985492d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29076,6 +29076,26 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Collects Flash usage data.</summary>
</histogram>
+<histogram name="Plugin.NPAPIRemovalInfobar.Removed.PluginGroup"
+ enum="PluginGroup">
+ <owner>wfh@chromium.org</owner>
+ <summary>
+ The plugin group of an NPAPI plugin that is no longer supported. Recorded
+ when the NPAPI removal infobar is shown for a plugin which is no longer
+ supported.
+ </summary>
+</histogram>
+
+<histogram name="Plugin.NPAPIRemovalInfobar.RemovedSoon.PluginGroup"
+ enum="PluginGroup">
+ <owner>wfh@chromium.org</owner>
+ <summary>
+ The plugin group of an NPAPI plugin that will be unsupported soon. Recorded
+ when the NPAPI removal infobar is shown after an NPAPI plugin first loads to
+ warn the user that NPAPI support for this plugin will be removed soon.
+ </summary>
+</histogram>
+
<histogram name="Plugin.NPAPIStatus" enum="NPAPIPluginStatus">
<owner>wfh@chromium.org</owner>
<summary>
@@ -59948,6 +59968,19 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="PLUGIN_DISABLED"/>
</enum>
+<enum name="PluginGroup" type="int">
+ <int value="0" label="Adobe Reader"/>
+ <int value="1" label="Other Plugin"/>
+ <int value="2" label="Java"/>
+ <int value="3" label="Quicktime"/>
+ <int value="4" label="Shockwave"/>
+ <int value="5" label="Real Player"/>
+ <int value="6" label="Silverlight"/>
+ <int value="7" label="Windows Media Player"/>
+ <int value="8" label="Google Talk"/>
+ <int value="9" label="Google Earth"/>
+</enum>
+
<enum name="PluginListError" type="int">
<int value="0" label="NoError"/>
<int value="1" label="JsonInvalidEscape"/>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698