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

Unified Diff: services/media/factory_service/factory_service.cc

Issue 1979723002: ApplicationConnection devolution, part 3. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « services/media/factory_service/factory_service.h ('k') | services/nacl/nonsfi/content_handler_main_nexe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/factory_service/factory_service.cc
diff --git a/services/media/factory_service/factory_service.cc b/services/media/factory_service/factory_service.cc
index feff1761f7755287706d0ede5244315b7898100a..6fe73f1681aa0e866776d6491f9d2cfb3150401b 100644
--- a/services/media/factory_service/factory_service.cc
+++ b/services/media/factory_service/factory_service.cc
@@ -29,8 +29,8 @@ void MediaFactoryService::Initialize(ApplicationImpl* app) {
}
bool MediaFactoryService::ConfigureIncomingConnection(
- ApplicationConnection* connection) {
- connection->GetServiceProviderImpl().AddService<MediaFactory>(
+ ServiceProviderImpl* service_provider_impl) {
+ service_provider_impl->AddService<MediaFactory>(
[this](const ConnectionContext& connection_context,
InterfaceRequest<MediaFactory> media_factory_request) {
bindings_.AddBinding(this, media_factory_request.Pass());
« no previous file with comments | « services/media/factory_service/factory_service.h ('k') | services/nacl/nonsfi/content_handler_main_nexe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698