Add ARC Input Overlay Flag
Adding the flag for experiment of the Input Overlay.
Bug: b:188452744
Test: unit test
Change-Id: I525452bfcdbe87667e51376ca0eb556b6ae9fdaf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3073039
Reviewed-by: Yuichiro Hanada <[email protected]>
Reviewed-by: Tetsui Ohkubo <[email protected]>
Commit-Queue: Cici Ruan <[email protected]>
Auto-Submit: Cici Ruan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#914594}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 005df05..862def7 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -4813,10 +4813,16 @@
"Enables the pre-load app window for "
"ARC++ app during ARCVM booting stage on full restore process";
+const char kArcInputOverlayName[] = "Enable ARC Input Overlay";
+const char kArcInputOverlayDescription[] =
+ "Enables the input overlay feature for some Android game apps, "
+ "so it can play with a keyboard and a mouse instead of touch screen";
+
const char kArcResizeLockName[] = "Resize Lock for Android apps";
const char kArcResizeLockDescription[] =
- "Enable compatibility mode for Android apps that are not optimized for "
- "large screens, and impose restrictions on resizing the apps";
+ "Enable keyboard and mouse input compatibility mode for Android games "
+ "that are designed to only support touch input. This mode is only "
+ "available on games for which there is an input overlay configuration.";
const char kScanAppMediaLinkName[] = "Show Media app link in Scan app";
const char kScanAppMediaLinkDescription[] =