| Index: components/arc/common/process.mojom
|
| diff --git a/components/arc/common/process.mojom b/components/arc/common/process.mojom
|
| index 0aba70a4936b2f74709af6eeb673b11eb731137f..e9494a5e5942d2b50b04916ea075123104ae145f 100644
|
| --- a/components/arc/common/process.mojom
|
| +++ b/components/arc/common/process.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// Next MinVersion: 4
|
| +// Next MinVersion: 5
|
|
|
| module arc.mojom;
|
|
|
| @@ -84,6 +84,9 @@ struct RunningAppProcessInfo {
|
|
|
| // Current process state.
|
| ProcessState process_state;
|
| +
|
| + // Package names running in the process.
|
| + [MinVersion=4] array<string>? packages;
|
| };
|
|
|
| interface ProcessInstance {
|
|
|