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

Unified Diff: services/service_manager/public/cpp/service_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
Index: services/service_manager/public/cpp/service_runner.h
diff --git a/services/service_manager/public/cpp/service_runner.h b/services/service_manager/public/cpp/service_runner.h
index 0f587d1185ab23258cd574a3062d574206fc662d..45c32c0d958601dff6c46f3cf62ede0c2e9ddcc6 100644
--- a/services/service_manager/public/cpp/service_runner.h
+++ b/services/service_manager/public/cpp/service_runner.h
@@ -43,10 +43,10 @@ class ServiceRunner {
// Iff |init_base| is true, the runner will perform some initialization of
// base globals (e.g. CommandLine and AtExitManager) before starting the
// service.
- MojoResult Run(MojoHandle shell_handle, bool init_base);
+ MojoResult Run(MojoHandle service_manager_handle, bool init_base);
// Calls Run above with |init_base| set to |true|.
- MojoResult Run(MojoHandle shell_handle);
+ MojoResult Run(MojoHandle service_manager_handle);
// Allows the caller to shut down the connection with the Service Manager.
// After the Service Manager notices the pipe has closed, it will no longer
« no previous file with comments | « services/service_manager/public/cpp/service_context.h ('k') | services/service_manager/public/cpp/service_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698