| Index: services/shell/public/interfaces/resolver.mojom
|
| diff --git a/services/shell/public/interfaces/resolver.mojom b/services/shell/public/interfaces/resolver.mojom
|
| index bee6c98624d71a1c69e6fd7b966465795fe68f4f..3112f348b56c0e39968caf02f366c9f723409980 100644
|
| --- a/services/shell/public/interfaces/resolver.mojom
|
| +++ b/services/shell/public/interfaces/resolver.mojom
|
| @@ -27,6 +27,10 @@ struct ResolveResult {
|
|
|
| // A path to the package file specified by |name|.
|
| mojo.common.mojom.FilePath package_path;
|
| +
|
| + // Indicates whether the service is privileged or not. If a service is
|
| + // privileged, then it is run without a sandbox.
|
| + bool privileged;
|
| };
|
|
|
| // Implemented exclusively for the Service Manager's use in resolving mojo:
|
|
|