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

Unified Diff: services/shell/runner/host/in_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
Index: services/shell/runner/host/in_process_native_runner.cc
diff --git a/services/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc
index e18cfa6a2fc731d09499c8f4382b0f9583e3fe31..4bb67c86490d887ba73c140088c78d9988b7f200 100644
--- a/services/shell/runner/host/in_process_native_runner.cc
+++ b/services/shell/runner/host/in_process_native_runner.cc
@@ -35,7 +35,7 @@ InProcessNativeRunner::~InProcessNativeRunner() {
}
}
-mojom::ShellClientPtr InProcessNativeRunner::Start(
+mojom::ServicePtr InProcessNativeRunner::Start(
const base::FilePath& app_path,
const Identity& target,
bool start_sandboxed,
@@ -44,7 +44,7 @@ mojom::ShellClientPtr InProcessNativeRunner::Start(
app_path_ = app_path;
DCHECK(!request_.is_pending());
- mojom::ShellClientPtr client;
+ mojom::ServicePtr client;
request_ = GetProxy(&client);
DCHECK(app_completed_callback_runner_.is_null());
« no previous file with comments | « services/shell/runner/host/in_process_native_runner.h ('k') | services/shell/runner/host/native_application_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698