| Index: components/html_viewer/html_document_application_delegate.cc
|
| diff --git a/components/html_viewer/html_document_application_delegate.cc b/components/html_viewer/html_document_application_delegate.cc
|
| index 90f445df9864fc56bf3b91bed987030691d9015e..08c9a6e46ae8d7e94b01de29c18e653501b45551 100644
|
| --- a/components/html_viewer/html_document_application_delegate.cc
|
| +++ b/components/html_viewer/html_document_application_delegate.cc
|
| @@ -28,7 +28,7 @@ class HTMLDocumentApplicationDelegate::InterfaceBinderQueue
|
| ScopedVector<Request> requests;
|
| requests_.swap(requests);
|
| for (Request* request : requests) {
|
| - connection->GetLocalInterfaces()->ConnectToService(
|
| + connection->GetLocalInterfaces()->GetInterface(
|
| request->interface_name, std::move(request->handle));
|
| }
|
| }
|
|
|