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

Unified Diff: third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: Created 4 years, 2 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:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
diff --git a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
index 127c7c6db183f099dbaf177365ad646e2112de30..62539f706588143dc77b3aa8860ea3f35b5565ec 100644
--- a/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
+++ b/third_party/WebKit/public/platform/WebRTCPeerConnectionHandler.h
@@ -51,7 +51,8 @@ class WebRTCVoidRequest;
class WebString;
struct WebRTCDataChannelInit;
-// Used to back histogram value of "WebRTC.PeerConnection.SelectedRtcpMuxPolicy", so treat as append-only.
+// Used to back histogram value of
+// "WebRTC.PeerConnection.SelectedRtcpMuxPolicy", so treat as append-only.
enum RtcpMuxPolicy {
RtcpMuxPolicyRequire,
RtcpMuxPolicyNegotiate,
@@ -93,8 +94,9 @@ class WebRTCPeerConnectionHandler {
virtual bool addStream(const WebMediaStream&, const WebMediaConstraints&) = 0;
virtual void removeStream(const WebMediaStream&) = 0;
virtual void getStats(const WebRTCStatsRequest&) = 0;
- // Gets stats using the new stats collection API, see third_party/webrtc/api/stats/.
- // These will replace the old stats collection API when the new API has matured enough.
+ // Gets stats using the new stats collection API, see
+ // third_party/webrtc/api/stats/. These will replace the old stats collection
+ // API when the new API has matured enough.
virtual void getStats(std::unique_ptr<WebRTCStatsReportCallback>) = 0;
virtual WebRTCDataChannelHandler* createDataChannel(
const WebString& label,

Powered by Google App Engine
This is Rietveld 408576698