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

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

Issue 1612993003: [UMA] Track WebSocket usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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/websockets/DOMWebSocket.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 dcb59f5e894f2323b3c01fd64544cb754dbf12ea..5140f23f26b180cecfdd7534b3b58404d3892e4d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65819,6 +65819,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1137" label="V8PromiseChain"/>
<int value="1138" label="V8PromiseAccept"/>
<int value="1139" label="V8PromiseDefer"/>
+ <int value="1140" label="EventScoped"/>
+ <int value="1141" label="GeolocationInsecureOriginIframe"/>
+ <int value="1142" label="GeolocationSecureOriginIframe"/>
+ <int value="1143" label="RequestMIDIAccessIframe"/>
+ <int value="1144" label="GetUserMediaInsecureOriginIframe"/>
+ <int value="1145" label="GetUserMediaSecureOriginIframe"/>
+ <int value="1146" label="ElementRequestPointerLockIframe"/>
+ <int value="1147" label="NotificationAPIInsecureOriginIframe"/>
+ <int value="1148" label="NotificationAPISecureOriginIframe"/>
+ <int value="1149" label="WebSocket"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698