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

Unified Diff: services/shell/runner/host/child_process_host.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
Index: services/shell/runner/host/child_process_host.cc
diff --git a/services/shell/runner/host/child_process_host.cc b/services/shell/runner/host/child_process_host.cc
index c91f29c0abd8279d9314d376d860d550831f4a69..0d9b377e6b36c927083c188634518a59ee8c0727 100644
--- a/services/shell/runner/host/child_process_host.cc
+++ b/services/shell/runner/host/child_process_host.cc
@@ -63,7 +63,7 @@ ChildProcessHost::~ChildProcessHost() {
}
}
-mojom::ShellClientPtr ChildProcessHost::Start(
+mojom::ServicePtr ChildProcessHost::Start(
const Identity& target,
const ProcessReadyCallback& callback,
const base::Closure& quit_closure) {
@@ -98,8 +98,8 @@ mojom::ShellClientPtr ChildProcessHost::Start(
mojo_ipc_channel_->PrepareToPassClientHandleToChildProcess(
child_command_line.get(), &handle_passing_info_);
- mojom::ShellClientPtr client =
- PassShellClientRequestOnCommandLine(child_command_line.get(),
+ mojom::ServicePtr client =
+ PassServiceRequestOnCommandLine(child_command_line.get(),
child_token_);
launch_process_runner_->PostTaskAndReply(
FROM_HERE,
« no previous file with comments | « services/shell/runner/host/child_process_host.h ('k') | services/shell/runner/host/in_process_native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698