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

Unified Diff: content/common/mojo/embedded_application_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
« no previous file with comments | « content/child/process_control_impl.cc ('k') | content/common/mojo/embedded_application_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/embedded_application_runner.h
diff --git a/content/common/mojo/embedded_application_runner.h b/content/common/mojo/embedded_application_runner.h
index 017f093bfb1916aba0b0fd397f200168c619ffea..72e7ce5607a7b6fde80a2bef7185a5982489edfe 100644
--- a/content/common/mojo/embedded_application_runner.h
+++ b/content/common/mojo/embedded_application_runner.h
@@ -14,12 +14,12 @@
#include "base/single_thread_task_runner.h"
#include "base/strings/string_piece.h"
#include "content/public/common/mojo_application_info.h"
-#include "services/shell/public/cpp/shell_client.h"
-#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/cpp/service.h"
+#include "services/shell/public/interfaces/service.mojom.h"
namespace content {
-// Hosts an in-process application instance that supports multiple ShellClient
+// Hosts an in-process application instance that supports multiple Service
// connections. The first incoming connection will invoke a provided factory
// function to instantiate the application, and the application will
// automatically be torn down when its last connection is lost. The application
@@ -34,10 +34,10 @@ class EmbeddedApplicationRunner {
const MojoApplicationInfo& info);
~EmbeddedApplicationRunner();
- // Binds an incoming ShellClientRequest for this application. If the
+ // Binds an incoming ServiceRequest for this application. If the
// application isn't already running, it's started. Otherwise the request is
// bound to the running instance.
- void BindShellClientRequest(shell::mojom::ShellClientRequest request);
+ void BindServiceRequest(shell::mojom::ServiceRequest request);
// Sets a callback to run after the application loses its last connection and
// is torn down.
« no previous file with comments | « content/child/process_control_impl.cc ('k') | content/common/mojo/embedded_application_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698