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

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

Issue 2330353007: Add usage counters to XSSAuditor. (Closed)
Patch Set: Fixed Created 4 years, 3 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 | « third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp ('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 db79a3ce5c1c80b78b99517e17a4c6ee11bfab69..022a778d255e992f262347becafb3494f0017daa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81983,6 +81983,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1578" label="CSSZoomReset"/>
<int value="1579" label="CSSZoomDocument"/>
<int value="1580" label="PaymentAddressCareOf"/>
+ <int value="1581" label="XSSAuditorBlockedScript"/>
+ <int value="1582" label="XSSAuditorBlockedEntirePage"/>
+ <int value="1583" label="XSSAuditorDisabled"/>
+ <int value="1584" label="XSSAuditorEnabledFilter"/>
+ <int value="1585" label="XSSAuditorEnabledBlock"/>
+ <int value="1586" label="XSSAuditorInvalid"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698