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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1886663003: Measure how many pages are using cross-origin XHR with withCredentials set to true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FIxed Created 4 years, 8 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 f2ab34e4edabf8d118a1464e827be1c2cdd64885..f3af57781d81ef944d27a8905a36d5be1ec902f8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70735,6 +70735,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1302" label="V8Document_Scripts_AttributeGetter"/>
<int value="1303" label="V8Document_Anchors_AttributeGetter"/>
<int value="1304" label="V8Document_Applets_AttributeGetter"/>
+ <int value="1305" label="XMLHttpRequestCrossOriginWithCredentials"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698