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

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: Responding to comments Created 6 years, 10 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 247bc9e5196cbfdf66735398f2009d116e4647ac..90988b7262165e9826fbc2bb78ee049c45e08169 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1301,6 +1301,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Blacklist.Blocked" units="dll_hash">
Alexei Svitkine (slow) 2014/02/25 15:00:20 How will someone looking at this on the dashboard
csharp 2014/02/25 15:20:50 Good point, I don't think there is any problem wit
+ <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
« chrome_elf/blacklist/test/blacklist_test.cc ('K') | « chrome_elf/chrome_elf_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698