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

Unified Diff: services/shell/runner/host/out_of_process_native_runner.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 | « services/shell/runner/host/out_of_process_native_runner.h ('k') | services/shell/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/out_of_process_native_runner.cc
diff --git a/services/shell/runner/host/out_of_process_native_runner.cc b/services/shell/runner/host/out_of_process_native_runner.cc
index eeeb234256b3c411b18c4d25d60ddcada08f62c9..2b693d7308453af79ac02d3b53bc651e45a1e5f3 100644
--- a/services/shell/runner/host/out_of_process_native_runner.cc
+++ b/services/shell/runner/host/out_of_process_native_runner.cc
@@ -30,7 +30,7 @@ OutOfProcessNativeRunner::~OutOfProcessNativeRunner() {
child_process_host_->Join();
}
-mojom::ShellClientPtr OutOfProcessNativeRunner::Start(
+mojom::ServicePtr OutOfProcessNativeRunner::Start(
const base::FilePath& app_path,
const Identity& target,
bool start_sandboxed,
« no previous file with comments | « services/shell/runner/host/out_of_process_native_runner.h ('k') | services/shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698