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

Unified Diff: media/mojo/services/mojo_renderer_service.cc

Issue 1541943002: Delete media::Interfaces::ServiceFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add service bundle Created 5 years 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 | « media/mojo/services/mojo_renderer_service.h ('k') | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_renderer_service.cc
diff --git a/media/mojo/services/mojo_renderer_service.cc b/media/mojo/services/mojo_renderer_service.cc
index d0d04d90247cda5ee39e6a71b8902b7e30c87183..a769d15d2b1874099fb7db5e5f73ee56175da7a6 100644
--- a/media/mojo/services/mojo_renderer_service.cc
+++ b/media/mojo/services/mojo_renderer_service.cc
@@ -15,10 +15,8 @@ const int kTimeUpdateIntervalMs = 50;
MojoRendererService::MojoRendererService(
base::WeakPtr<CdmContextProvider> cdm_context_provider,
- scoped_ptr<media::Renderer> renderer,
- mojo::InterfaceRequest<interfaces::Renderer> request)
- : binding_(this, request.Pass()),
- cdm_context_provider_(cdm_context_provider),
+ scoped_ptr<media::Renderer> renderer)
+ : cdm_context_provider_(cdm_context_provider),
renderer_(renderer.Pass()),
state_(STATE_UNINITIALIZED),
last_media_time_usec_(0),
« no previous file with comments | « media/mojo/services/mojo_renderer_service.h ('k') | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698