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

Unified Diff: content/renderer/render_view_impl.h

Issue 9699069: Adding JSEP PeerConnection glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index a104ebeb4127995a06bbce0a7570b7f34e9c89bd..76270dd0f31bc0a65aa95bb6df62ce78609dcbf6 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -121,6 +121,8 @@ class WebDragData;
class WebGeolocationClient;
class WebIconURL;
class WebImage;
+class WebJSEPPeerConnectionHandler;
+class WebJSEPPeerConnectionHandlerClient;
class WebMediaPlayer;
class WebMediaPlayerClient;
class WebMouseEvent;
@@ -227,6 +229,8 @@ class RenderViewImpl : public RenderWidget,
WebKit::WebPeerConnectionHandler* CreatePeerConnectionHandler(
WebKit::WebPeerConnectionHandlerClient* client);
+ WebKit::WebJSEPPeerConnectionHandler* CreatePeerConnectionHandlerJsep(
+ WebKit::WebJSEPPeerConnectionHandlerClient* client);
// Functions to add and remove observers for this object.
void AddObserver(content::RenderViewObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698