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

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: code review changes 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 26cfe263fa776daa2fff4857e0ffacc1449b56b4..140dc61b323e339aaa72d7df26ad2ac799103f9a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64392,6 +64392,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