| Index: components/html_viewer/media_factory.cc
|
| diff --git a/components/html_viewer/media_factory.cc b/components/html_viewer/media_factory.cc
|
| index dda9427c9fa1a4c593603a7086ed63a8093483af..74708b16ec57403087b57bf494a9463623e0c85e 100644
|
| --- a/components/html_viewer/media_factory.cc
|
| +++ b/components/html_viewer/media_factory.cc
|
| @@ -50,7 +50,7 @@ bool AreSecureCodecsSupported() {
|
| return false;
|
| }
|
|
|
| -void OnGotContentHandlerID(uint32_t content_handler_id) {}
|
| +void OnGotRemoteIDs(uint32_t remote_id, uint32_t content_handler_id) {}
|
|
|
| } // namespace
|
|
|
| @@ -135,7 +135,7 @@ media::interfaces::ServiceFactory* MediaFactory::GetMediaServiceFactory() {
|
| request->url = mojo::String::From("mojo:media");
|
| shell_->ConnectToApplication(std::move(request),
|
| GetProxy(&service_provider), nullptr, nullptr,
|
| - base::Bind(&OnGotContentHandlerID));
|
| + base::Bind(&OnGotRemoteIDs));
|
| mojo::ConnectToService(service_provider.get(), &media_service_factory_);
|
| }
|
|
|
|
|