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

Unified Diff: content/renderer/media/media_stream_center.h

Issue 10038009: Revert 131949 (multiple memory leaks) - Adding JSEP PeerConnection glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/content_tests.gypi ('k') | content/renderer/media/media_stream_center.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_center.h
===================================================================
--- content/renderer/media/media_stream_center.h (revision 131960)
+++ content/renderer/media/media_stream_center.h (working copy)
@@ -38,12 +38,6 @@
virtual void didConstructMediaStream(
const WebKit::WebMediaStreamDescriptor& stream) OVERRIDE;
- virtual WebKit::WebString constructSDP(
- const WebKit::WebICECandidateDescriptor& candidate) OVERRIDE;
-
- virtual WebKit::WebString constructSDP(
- const WebKit::WebSessionDescriptionDescriptor& description) OVERRIDE;
-
private:
// Weak pointer, owned by WebKit.
WebKit::WebMediaStreamCenterClient* client_;
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/media/media_stream_center.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698