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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2136423003: Merge M52: Add AntiVirus information to the system profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 5 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 eaf48ab3d5851fcf84584b20af983525d31b0331..99305aa99c9269306b0fffe67199545e36539408 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57186,6 +57186,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>
@@ -63110,6 +63119,25 @@ 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"/>
+ <int value="11" label="RESULT_FAILED_TO_CONNECT_TO_WMI"/>
+ <int value="12" label="RESULT_FAILED_TO_SET_SECURITY_BLANKET"/>
+ <int value="13" label="RESULT_FAILED_TO_EXEC_WMI_QUERY"/>
+ <int value="14" label="RESULT_FAILED_TO_ITERATE_RESULTS"/>
+ <int value="15" label="RESULT_WSC_NOT_AVAILABLE"/>
+</enum>
+
<enum name="AppBannersBeforeInstallEvent" type="int">
<int value="1" label="Event created and dispatched"/>
<int value="2" label="Showing the banner"/>
« 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