| Index: content/browser/media/webrtc_internals.h
|
| diff --git a/content/browser/media/webrtc_internals.h b/content/browser/media/webrtc_internals.h
|
| index 865df8950a6707436f89e49edba218d09719e63c..5355484c50b54968f8726fab116fe1446dc1f6d0 100644
|
| --- a/content/browser/media/webrtc_internals.h
|
| +++ b/content/browser/media/webrtc_internals.h
|
| @@ -85,10 +85,6 @@ class CONTENT_EXPORT WebRTCInternals : public BrowserChildProcessObserver,
|
| // Sends all update data to |observer|.
|
| void UpdateObserver(WebRTCInternalsUIObserver* observer);
|
|
|
| - // Tells the renderer processes to start or stop recording RTP packets.
|
| - void StartRtpRecording();
|
| - void StopRtpRecording();
|
| -
|
| // Enables or disables AEC dump (diagnostic echo canceller recording).
|
| void EnableAecDump(content::WebContents* web_contents);
|
| void DisableAecDump();
|
| @@ -131,8 +127,6 @@ class CONTENT_EXPORT WebRTCInternals : public BrowserChildProcessObserver,
|
| // Called when a renderer exits (including crashes).
|
| void OnRendererExit(int render_process_id);
|
|
|
| - void SendRtpRecordingUpdate();
|
| -
|
| ObserverList<WebRTCInternalsUIObserver> observers_;
|
|
|
| // |peer_connection_data_| is a list containing all the PeerConnection
|
| @@ -161,8 +155,6 @@ class CONTENT_EXPORT WebRTCInternals : public BrowserChildProcessObserver,
|
|
|
| NotificationRegistrar registrar_;
|
|
|
| - bool is_recording_rtp_;
|
| -
|
| // For managing select file dialog.
|
| scoped_refptr<ui::SelectFileDialog> select_file_dialog_;
|
|
|
|
|