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 { |