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

Unified Diff: components/arc/common/process.mojom

Issue 2700783002: s/\bArc\b/ARC/g for ARC related code. (Closed)
Patch Set: Address ARC++ Created 3 years, 10 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 | « components/arc/arc_features.cc ('k') | components/sync/base/model_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/arc/arc_features.cc ('k') | components/sync/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698