Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
index 05e60acc594ce89dc36e5b2181a2c8554c0363fa..42f09b2a5cc75a95b9e688eb944361c8d3a67853 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
@@ -198,6 +198,8 @@ private: |
void closeInternal(); |
+ void recordRapporMetrics(); |
+ |
SignalingState m_signalingState; |
ICEGatheringState m_iceGatheringState; |
ICEConnectionState m_iceConnectionState; |
@@ -212,6 +214,8 @@ private: |
bool m_stopped; |
bool m_closed; |
+ |
+ bool m_hasDataChannels; // For RAPPOR metrics |
}; |
} // namespace blink |