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

Unified Diff: services/service_manager/native_runner.h

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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/service_manager/manifest.json ('k') | services/service_manager/public/cpp/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/native_runner.h
diff --git a/services/service_manager/native_runner.h b/services/service_manager/native_runner.h
index 12f0b121f602edbae7c57cb8ee57a465183b11d5..9d97c3c3aa9f9c05fd61421356be2b5ed22fd801 100644
--- a/services/service_manager/native_runner.h
+++ b/services/service_manager/native_runner.h
@@ -19,15 +19,15 @@ class FilePath;
namespace service_manager {
class Identity;
-// Shell requires implementations of NativeRunner and NativeRunnerFactory to run
-// native applications.
+// Service Manager requires implementations of NativeRunner and
+// NativeRunnerFactory to run native applications.
class NativeRunner {
public:
virtual ~NativeRunner() {}
// Loads the app in the file at |app_path| and runs it on some other
- // thread/process. Returns a Service handle the shell can use to connect
- // to the the app.
+ // thread/process. Returns a Service handle the service manager can use to
+ // connect to the the app.
virtual mojom::ServicePtr Start(
const base::FilePath& app_path,
const Identity& target,
« no previous file with comments | « services/service_manager/manifest.json ('k') | services/service_manager/public/cpp/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698