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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2184973002: Add UMA to count the usage of sendBeacon with non-simple Content-Type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't count in ArrayBufferView Created 4 years, 4 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/modules/beacon/NavigatorBeacon.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 7c36c0a94caa28f1de0a3e8d3cd09e2e361a1c72..7f39e047e91d43545f4c03553669e0c23acc020e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77279,6 +77279,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1465" label="VisualViewportScrollFired"/>
<int value="1466" label="VisualViewportResizeFired"/>
<int value="1467" label="NodeGetRootNode"/>
+ <int value="1468" label="SendBeaconWithNonSimpleContentType"/>
Mike West 2016/07/28 09:14:22 Do we have a count of the number of `sendBeacon` c
tyoshino (SeeGerritForStatus) 2016/07/28 11:47:39 Yes, by IDL. https://codesearch.chromium.org/chrom
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698