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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 174013007: Add UMA stats to record when DLLs are successfully blocked in the Browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Alignment Created 6 years, 9 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_elf/dll_hash/dll_hash_main.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 2060650ef36443c9e690a9b15ec3bffbe863e66d..f69beeb07be5617e8b2931abdffcfb9dc315433e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1376,6 +1376,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Blacklist.Blocked" units="DllHash">
+ <summary>
+ Records the name hashes of all the dlls that are blocked from the browser
+ process.
+ </summary>
+</histogram>
+
<histogram name="Blacklist.PatchedInRenderer" enum="BooleanHit">
<summary>
Counts the number of times a renderer process is started with the browser
@@ -25468,6 +25475,15 @@ other types of suffix sets.
<int value="20" label="SQLite Integrity Web Data Test"/>
</enum>
+<enum name="DllHash" type="int">
+<!-- Generated by chrome_elf/dll_hash_for_uma/dll_hash_for_uma_main.cc -->
+
+ <int value="803283353" label="lmrn.dll"/>
+ <int value="989714890" label="datamngr.dll"/>
+ <int value="1270622879" label="hk.dll"/>
+ <int value="2132270559" label="libsvn_tsvn32.dll"/>
+</enum>
+
<enum name="DNSEmptyAddressListAndNoError" type="int">
<int value="0" label="Error reported or Address List is not empty"/>
<int value="1" label="Success reported but Address List is empty"/>
« no previous file with comments | « chrome_elf/dll_hash/dll_hash_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698