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

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

Issue 2064313004: Add support for obtaining AV products on Win7. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 59b3193dadb78fcf6d09263985f2e7aa40a10716..ffc68a4ee0a7e1ebd58e873ce1b454c4127fa04f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64279,6 +64279,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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"/>
</enum>
<enum name="AppBannersDismissEvent" type="int">

Powered by Google App Engine
This is Rietveld 408576698