| Index: content/browser/media/webrtc_internals.h
|
| diff --git a/content/browser/media/webrtc_internals.h b/content/browser/media/webrtc_internals.h
|
| index a93af7d032b5e164173f2117e676bde833ca585b..6f22a999106e44dc1ccec7b0b2cb1d2972263188 100644
|
| --- a/content/browser/media/webrtc_internals.h
|
| +++ b/content/browser/media/webrtc_internals.h
|
| @@ -34,13 +34,14 @@ class CONTENT_EXPORT WebRTCInternals : public NotificationObserver,
|
| // render process terminates and we want to clean up.
|
| // |pid| is the renderer process id, |lid| is the renderer local id used to
|
| // identify a PeerConnection, |url| is the url of the tab owning the
|
| - // PeerConnection, |servers| is the servers configuration, |constraints| is
|
| - // the media constraints used to initialize the PeerConnection.
|
| + // PeerConnection, |rtc_configuration| is the serialized RTCConfiguration,
|
| + // |constraints| is the media constraints used to initialize the
|
| + // PeerConnection.
|
| void OnAddPeerConnection(int render_process_id,
|
| base::ProcessId pid,
|
| int lid,
|
| const std::string& url,
|
| - const std::string& servers,
|
| + const std::string& rtc_configuration,
|
| const std::string& constraints);
|
|
|
| // This method is called when PeerConnection is destroyed.
|
|
|