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

Unified Diff: content/child/process_control_impl.cc

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « content/child/process_control_impl.h ('k') | content/common/mojo/embedded_application_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/process_control_impl.cc
diff --git a/content/child/process_control_impl.cc b/content/child/process_control_impl.cc
index 2954486b9ca3b350ce9d2572f52a0e0c866dc92b..2dece52a59eeff5be3da2226aee3fdda53e79510 100644
--- a/content/child/process_control_impl.cc
+++ b/content/child/process_control_impl.cc
@@ -21,7 +21,7 @@ ProcessControlImpl::~ProcessControlImpl() {
void ProcessControlImpl::LoadApplication(
const mojo::String& name,
- shell::mojom::ShellClientRequest request,
+ shell::mojom::ServiceRequest request,
const LoadApplicationCallback& callback) {
// Only register apps on first run.
if (!has_registered_apps_) {
@@ -46,7 +46,7 @@ void ProcessControlImpl::LoadApplication(
}
callback.Run(true);
- it->second->BindShellClientRequest(std::move(request));
+ it->second->BindServiceRequest(std::move(request));
}
} // namespace content
« no previous file with comments | « content/child/process_control_impl.h ('k') | content/common/mojo/embedded_application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698