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

Unified Diff: content/renderer/render_frame_impl.h

Issue 524363003: Changed name of MediaStreamImpl to UserMediaClientImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 08d5b336bee49ee8e6b183aee814bf1c0698aca8..1d9afb8c82e2bd785d4bf85e5748abf0a5ee0457 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -62,7 +62,6 @@ class ChildFrameCompositingHelper;
class ExternalPopupMenu;
class GeolocationDispatcher;
class MediaStreamDispatcher;
-class MediaStreamImpl;
class MediaStreamRendererFactory;
class MidiDispatcher;
class NotificationPermissionDispatcher;
@@ -78,6 +77,7 @@ class RenderViewImpl;
class RenderWidget;
class RenderWidgetFullscreenPepper;
class ScreenOrientationDispatcher;
+class UserMediaClientImpl;
struct CustomContextMenuContext;
class CONTENT_EXPORT RenderFrameImpl
@@ -681,7 +681,7 @@ class CONTENT_EXPORT RenderFrameImpl
NotificationProvider* notification_provider_;
// Destroyed via the RenderFrameObserver::OnDestruct() mechanism.
- MediaStreamImpl* web_user_media_client_;
+ UserMediaClientImpl* web_user_media_client_;
// MidiClient attached to this frame; lazily initialized.
MidiDispatcher* midi_dispatcher_;

Powered by Google App Engine
This is Rietveld 408576698