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

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

Issue 2009773007: Add AntiVirus information to the system profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/metrics/proto/system_profile.proto ('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 71d03b9b142847750ecf7df1571956faaddef0ec..6624ec2091007121d810f7897457f98e4d9008f9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57887,6 +57887,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.AntiVirusMetricsProvider.Result"
+ enum="AntiVirusMetricsProviderResult">
+ <owner>wfh@chromium.org</owner>
+ <summary>
+ Records the result of the attempt to enumerate the installed AntiVirus on
+ the machine. This is recorded once during metrics initialization.
+ </summary>
+</histogram>
+
<histogram name="UMA.CleanExitBeaconConsistency" enum="UmaCleanExitConsistency">
<owner>siggi@chromium.org</owner>
<summary>
@@ -63829,6 +63838,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="Undos Dismissed (Action) (Deprecated)"/>
</enum>
+<enum name="AntiVirusMetricsProviderResult" type="int">
+ <int value="0" label="RESULT_SUCCESS"/>
+ <int value="1" label="RESULT_GENERIC_FAILURE"/>
+ <int value="2" label="RESULT_FAILED_TO_INITIALIZE_COM"/>
+ <int value="3" label="RESULT_FAILED_TO_CREATE_INSTANCE"/>
+ <int value="4" label="RESULT_FAILED_TO_INITIALIZE_PRODUCT_LIST"/>
+ <int value="5" label="RESULT_FAILED_TO_GET_PRODUCT_COUNT"/>
+ <int value="6" label="RESULT_FAILED_TO_GET_ITEM"/>
+ <int value="7" label="RESULT_FAILED_TO_GET_PRODUCT_STATE"/>
+ <int value="8" label="RESULT_PRODUCT_STATE_INVALID"/>
+ <int value="9" label="RESULT_FAILED_TO_GET_PRODUCT_NAME"/>
+ <int value="10" label="RESULT_FAILED_TO_GET_REMEDIATION_PATH"/>
+</enum>
+
<enum name="AppBannersDismissEvent" type="int">
<int value="41" label="Error/unknown reason for dismissal"/>
<int value="42" label="User opened the application after installing it"/>
« no previous file with comments | « components/metrics/proto/system_profile.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698