| Index: components/arc/common/process.mojom
|
| diff --git a/components/arc/common/process.mojom b/components/arc/common/process.mojom
|
| index 20c982fbca7e31b19ccafba841e410bb714251d4..18b90c30a28d58dd3ad6c08ce8b674d9c1694472 100644
|
| --- a/components/arc/common/process.mojom
|
| +++ b/components/arc/common/process.mojom
|
| @@ -88,7 +88,7 @@ struct RunningAppProcessInfo {
|
| // Package names running in the process.
|
| [MinVersion=4] array<string>? packages;
|
|
|
| - // Whether this app is focused in ARC++ multi-window environment.
|
| + // Whether this app is focused in ARC multi-window environment.
|
| [MinVersion=5] bool is_focused;
|
|
|
| // Last time the process was active. Milliseconds since boot.
|
|
|