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

Unified Diff: content/browser/resources/media/webrtc_internals.js

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 | « content/browser/resources/media/dump_creator.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/media/webrtc_internals.js
diff --git a/content/browser/resources/media/webrtc_internals.js b/content/browser/resources/media/webrtc_internals.js
index 00cff2011f36acb092cde90fec9e4de34d4d0ec7..7dd3d9d82eb7a71e4209cfa002ae359b97c7768d 100644
--- a/content/browser/resources/media/webrtc_internals.js
+++ b/content/browser/resources/media/webrtc_internals.js
@@ -264,16 +264,6 @@ function removeGetUserMediaForRenderer(data) {
// TODO(jiayl): remove the getUserMedia info from the tabbed UI.
}
-
-/**
- * Delegates to dumpCreator to update the recording status.
- * @param {!Object.<string>} update Key-value pairs describing the status of the
- * RTP recording.
- */
-function updateDumpStatus(update) {
- dumpCreator.onUpdate(update);
-}
-
/**
* Set
*/
« no previous file with comments | « content/browser/resources/media/dump_creator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698