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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2881393002: Count cross-origin property access. (Closed)
Patch Set: 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 69dba0f12572edb84f3263f84186b147b6709d2d..573d48540eed62aa2fbd88c36da70659c401c76f 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -14933,6 +14933,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1973" label="FontShapingNotDefGlyphObserved"/>
<int value="1974" label="PostMessageOutgoingWouldBeBlockedByConnectSrc"/>
<int value="1975" label="PostMessageIncomingWouldBeBlockedByConnectSrc"/>
+ <int value="1976" label="CrossOriginPropertyAccess"/>
+ <int value="1977" label="CrossOriginPropertyAccessFromOpener"/>
</enum>
<enum name="FeedbackSource" type="int">

Powered by Google App Engine
This is Rietveld 408576698