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

Unified Diff: services/shell/runner/host/child_process_host.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
« no previous file with comments | « services/shell/runner/host/child_process_base.cc ('k') | services/shell/runner/host/child_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/child_process_host.h
diff --git a/services/shell/runner/host/child_process_host.h b/services/shell/runner/host/child_process_host.h
index 4022951a477781a126182d7637d0032d8f6d2d8a..a67374472b5e98bf0d30129eddedfa085d597634 100644
--- a/services/shell/runner/host/child_process_host.h
+++ b/services/shell/runner/host/child_process_host.h
@@ -22,7 +22,7 @@
#include "mojo/edk/embedder/platform_channel_pair.h"
#include "mojo/public/cpp/system/message_pipe.h"
#include "services/shell/public/cpp/identity.h"
-#include "services/shell/public/interfaces/shell_client_factory.mojom.h"
+#include "services/shell/public/interfaces/service_factory.mojom.h"
#include "services/shell/runner/host/child_process_host.h"
namespace base {
@@ -60,7 +60,7 @@ class ChildProcessHost {
// |Start()|s the child process; calls |DidStart()| (on the thread on which
// |Start()| was called) when the child has been started (or failed to start).
- mojom::ShellClientPtr Start(const Identity& target,
+ mojom::ServicePtr Start(const Identity& target,
const ProcessReadyCallback& callback,
const base::Closure& quit_closure);
« no previous file with comments | « services/shell/runner/host/child_process_base.cc ('k') | services/shell/runner/host/child_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698