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

Unified Diff: content/browser/media/webrtc_internals.h

Issue 129533003: Remove the RTP recording related code from webrtc-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | content/browser/media/webrtc_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | content/browser/media/webrtc_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698