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

Unified Diff: services/shell/public/interfaces/service_manager.mojom

Issue 2179023004: Make Service own ServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/public/cpp/service_test.h ('k') | services/shell/runner/child/test_native_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/interfaces/service_manager.mojom
diff --git a/services/shell/public/interfaces/service_manager.mojom b/services/shell/public/interfaces/service_manager.mojom
index b21abb043ab342351888f5a0de59ef2e990ebad9..508c9db9ed0c876a4d66aa4e9c46232ad7b51003 100644
--- a/services/shell/public/interfaces/service_manager.mojom
+++ b/services/shell/public/interfaces/service_manager.mojom
@@ -28,11 +28,11 @@ interface ServiceManagerListener {
// Called when a pid is available for the service. This could be because the
// Service Manager created a process for it, or because an existing one was
// assigned to it.
- OnServiceStarted(uint32 id, uint32 pid);
+ OnServiceStarted(Identity identity, uint32 pid);
// Called when the Service Manager has stopped tracking a service. (i.e. when
// it has ended/quit).
- OnServiceStopped(uint32 id);
+ OnServiceStopped(Identity identity);
};
interface ServiceManager {
« no previous file with comments | « services/shell/public/cpp/service_test.h ('k') | services/shell/runner/child/test_native_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698