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

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

Issue 1134553005: Record SB subresource metrics separately from non-subresource metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 e2877bc1b65796897ebbbc3b58ea4a5181d63683..b73dafb0c6d12ae63f9ebd53333c72e503ee907f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -69605,8 +69605,11 @@ To add a new entry, add it with any value and run test to compute valid value.
ordering="prefix">
<suffix name="bad_clock"/>
<suffix name="harmful"/>
+ <suffix name="harmful_subresource"/>
<suffix name="malware"/>
+ <suffix name="malware_subresource"/>
<suffix name="phishing"/>
+ <suffix name="phishing_subresource"/>
<suffix name="ssl_nonoverridable"/>
<suffix name="ssl_overridable"/>
<affected-histogram name="interstitial.decision"/>

Powered by Google App Engine
This is Rietveld 408576698