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

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: WSC is not available on Server products. 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 | « chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc ('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 240110cfc570851f1f1c79185206490cfcc6ddb2..c95a8aed4421755cff17ef15a72786759e8874ea 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65241,6 +65241,11 @@ 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"/>
+ <int value="15" label="RESULT_WSC_NOT_AVAILABLE"/>
</enum>
<enum name="AppBannersDismissEvent" type="int">
« no previous file with comments | « chrome/browser/metrics/antivirus_metrics_provider_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698