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

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

Issue 2873223003: CSP: Measure the frequency of `postMessage` violating `connect-src` (Closed)
Patch Set: Rebase. Created 3 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 18e27eff6442a2eca05a301ae5b1689d33a28d16..9773b2c75f7eba10c26a22e6d17b3f59ecfd65ec 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14930,6 +14930,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1971" label="AnchorClickDispatchForNonConnectedNode"/>
<int value="1972" label="HTMLParseErrorNestedForm"/>
<int value="1973" label="FontShapingNotDefGlyphObserved"/>
+ <int value="1974" label="PostMessageOutgoingWouldBeBlockedByConnectSrc"/>
+ <int value="1975" label="PostMessageIncomingWouldBeBlockedByConnectSrc"/>
</enum>
<enum name="FeedbackSource" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698