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

Unified Diff: services/shell/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
« no previous file with comments | « services/shell/background/tests/test_service.cc ('k') | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/native_runner.h
diff --git a/services/shell/native_runner.h b/services/shell/native_runner.h
index c81d2adf93cc16040b34af9eb834faf1eb09e81e..20d0a841e85798d43b2648c20b6cf0c5b34dfcee 100644
--- a/services/shell/native_runner.h
+++ b/services/shell/native_runner.h
@@ -10,7 +10,7 @@
#include "base/callback_forward.h"
#include "base/process/process_handle.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/interfaces/service.mojom.h"
namespace base {
class FilePath;
@@ -26,9 +26,9 @@ class NativeRunner {
virtual ~NativeRunner() {}
// Loads the app in the file at |app_path| and runs it on some other
- // thread/process. Returns a ShellClient handle the shell can use to connect
+ // thread/process. Returns a Service handle the shell can use to connect
// to the the app.
- virtual mojom::ShellClientPtr Start(
+ virtual mojom::ServicePtr Start(
const base::FilePath& app_path,
const Identity& target,
bool start_sandboxed,
« no previous file with comments | « services/shell/background/tests/test_service.cc ('k') | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698