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

Unified Diff: components/html_viewer/html_document_application_delegate.cc

Issue 1684783002: Rename ServiceProvider to InterfaceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | components/html_viewer/html_frame.cc » ('j') | content/child/mojo/mojo_application.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
}
}
« no previous file with comments | « no previous file | components/html_viewer/html_frame.cc » ('j') | content/child/mojo/mojo_application.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698