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

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

Issue 9699069: Adding JSEP PeerConnection glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed missing export. 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
diff --git a/content/renderer/media/media_stream_center.h b/content/renderer/media/media_stream_center.h
index 11c1fc4aaf0d2a45431594bdcfbd66b5761a71cf..d7020fdb0f721118ecd71d18ae01bf9e8d8a6d59 100644
--- a/content/renderer/media/media_stream_center.h
+++ b/content/renderer/media/media_stream_center.h
@@ -38,6 +38,12 @@ class CONTENT_EXPORT MediaStreamCenter
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