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

Unified Diff: content/renderer/render_view_impl.h

Issue 10108016: Refactored MediaStreamImpl to be a RenderViewObserver as the other delegates in RenderViewImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed messed up MockMediaStreamImpl. 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/renderer/media/peer_connection_handler_unittest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index d6128a2a0d51a0eaffd344b2ec2eac3f3989db08..9be49ba0be0d81cec0ccacd7ccb44450afd42a43 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -1223,7 +1223,7 @@ class RenderViewImpl : public RenderWidget,
MediaStreamDispatcher* media_stream_dispatcher_;
// MediaStreamImpl attached to this view; lazily initialized.
tommi (sloooow) - chröme 2012/04/20 08:21:35 document who owns and deletes? (also if there are
perkj_chrome 2012/04/23 08:23:33 This is how all other RenderViewObservers are docu
- scoped_refptr<MediaStreamImpl> media_stream_impl_;
+ MediaStreamImpl* media_stream_impl_;
// Dispatches all P2P socket used by the renderer.
content::P2PSocketDispatcher* p2p_socket_dispatcher_;
« no previous file with comments | « content/renderer/media/peer_connection_handler_unittest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698