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

Unified Diff: services/shell/runner/host/child_process.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/common/client_util.cc ('k') | services/shell/runner/host/child_process_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/child_process.cc
diff --git a/services/shell/runner/host/child_process.cc b/services/shell/runner/host/child_process.cc
index 67d5c53ac909ae53dd09f6e58918ab519a1fe88e..77306fcfb7d4050a782a05adc01d616dc9e688df 100644
--- a/services/shell/runner/host/child_process.cc
+++ b/services/shell/runner/host/child_process.cc
@@ -41,8 +41,8 @@ namespace shell {
namespace {
void RunNativeLibrary(base::NativeLibrary app_library,
- mojom::ShellClientRequest shell_client_request) {
- if (!RunNativeApplication(app_library, std::move(shell_client_request))) {
+ mojom::ServiceRequest service_request) {
+ if (!RunNativeApplication(app_library, std::move(service_request))) {
LOG(ERROR) << "Failure to RunNativeApplication()";
}
}
« no previous file with comments | « services/shell/runner/common/client_util.cc ('k') | services/shell/runner/host/child_process_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698