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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1494543002: Add counters for nonstandard uses of RTCPeerConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histograms.xml Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index c68a5459c1876db306419bcc5a6dffaf9e0a7fab..445fa20639839155474f3670c5414c9ec88f5016 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -896,6 +896,24 @@ public:
PresentationConnectionClose = 1038,
SVG1DOMShape = 1039,
SVG1DOMText = 1040,
+ RTCPeerConnectionConstructorConstraints = 1041,
+ RTCPeerConnectionConstructorCompliant = 1042,
+ RTCPeerConnectionCreateOfferLegacyNoFailureCallback = 1043,
+ RTCPeerConnectionCreateOfferLegacyFailureCallback = 1044,
+ RTCPeerConnectionCreateOfferLegacyConstraints = 1045,
+ RTCPeerConnectionCreateOfferLegacyOfferOptions = 1046,
+ RTCPeerConnectionCreateOfferLegacyCompliant = 1047,
+ RTCPeerConnectionCreateAnswerLegacyNoFailureCallback = 1048,
+ RTCPeerConnectionCreateAnswerLegacyFailureCallback = 1049,
+ RTCPeerConnectionCreateAnswerLegacyConstraints = 1050,
+ RTCPeerConnectionCreateAnswerLegacyCompliant = 1051,
+ RTCPeerConnectionSetLocalDescriptionLegacyNoSuccessCallback = 1052,
+ RTCPeerConnectionSetLocalDescriptionLegacyNoFailureCallback = 1053,
+ RTCPeerConnectionSetLocalDescriptionLegacyCompliant = 1054,
+ RTCPeerConnectionSetRemoteDescriptionLegacyNoSuccessCallback = 1055,
+ RTCPeerConnectionSetRemoteDescriptionLegacyNoFailureCallback = 1056,
+ RTCPeerConnectionSetRemoteDescriptionLegacyCompliant = 1057,
+ RTCPeerConnectionGetStatsLegacyNonCompliant = 1058,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698