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

Unified Diff: services/shell/runner/host/in_process_native_runner.h

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.h
diff --git a/services/shell/runner/host/in_process_native_runner.h b/services/shell/runner/host/in_process_native_runner.h
index 8b1af2636b06d80f4f0118df65dde7d0060058fd..99e40db471f1207fa1897a1845f1304a4bc70bd2 100644
--- a/services/shell/runner/host/in_process_native_runner.h
+++ b/services/shell/runner/host/in_process_native_runner.h
@@ -30,7 +30,7 @@ class InProcessNativeRunner : public NativeRunner,
~InProcessNativeRunner() override;
// NativeRunner:
- mojom::ShellClientPtr Start(
+ mojom::ServicePtr Start(
const base::FilePath& app_path,
const Identity& target,
bool start_sandboxed,
@@ -42,7 +42,7 @@ class InProcessNativeRunner : public NativeRunner,
void Run() override;
base::FilePath app_path_;
- mojom::ShellClientRequest request_;
+ mojom::ServiceRequest request_;
base::Callback<bool(void)> app_completed_callback_runner_;
base::ScopedNativeLibrary app_library_;
« no previous file with comments | « services/shell/runner/host/child_process_host.cc ('k') | services/shell/runner/host/in_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698