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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 140763008: Add a UMA stat to track if the Browser blacklist is Set on the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add to test 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
« content/renderer/renderer_main.cc ('K') | « content/renderer/renderer_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 14495c702c25f88190cf8474ad560d1699874163..7d369729f5e915fedf099f1c9401bd63ae3826f4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1275,6 +1275,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Blacklist.PatchedInRenderer" enum="BooleanHit">
+ <summary>
+ Counts the number of times a renderer process is started with the browser
+ blacklist patch.
Alexei Svitkine (slow) 2014/02/06 22:26:05 Maybe expand comment to mention that the expectati
csharp 2014/02/07 14:56:26 Done.
+ </summary>
+</histogram>
+
<histogram name="Blacklist.Setup" enum="BlacklistSetup">
<summary>
Records the successes and failures when running the browser blacklist setup
« content/renderer/renderer_main.cc ('K') | « content/renderer/renderer_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698