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

Unified Diff: chrome/app/mash/mash_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 | « ash/sysui/sysui_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/mash_runner.h
diff --git a/chrome/app/mash/mash_runner.h b/chrome/app/mash/mash_runner.h
index 65b6eabf83a5988f0da84b34ef811c4277724693..2a79f3fb2bfbe6b87ba0f2efee2e5be780c68c4e 100644
--- a/chrome/app/mash/mash_runner.h
+++ b/chrome/app/mash/mash_runner.h
@@ -8,10 +8,10 @@
#include <memory>
#include "base/macros.h"
-#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/interfaces/service.mojom.h"
namespace shell {
-class ShellClient;
+class Service;
class ShellConnection;
}
@@ -27,9 +27,9 @@ class MashRunner {
void RunMain();
void RunChild();
- void StartChildApp(shell::mojom::ShellClientRequest client_request);
+ void StartChildApp(shell::mojom::ServiceRequest service_request);
- std::unique_ptr<shell::ShellClient> shell_client_;
+ std::unique_ptr<shell::Service> service_;
std::unique_ptr<shell::ShellConnection> shell_connection_;
DISALLOW_COPY_AND_ASSIGN(MashRunner);
« no previous file with comments | « ash/sysui/sysui_application.cc ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698