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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: Rebase. 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 | « chromeos/chromeos_switches.h ('k') | components/arc/common/accessibility_helper.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index c60ef0adbb16aa84f8b062308bd39c434682d03f..99860c7c379d531ffc9777609218a7e30b3c574e 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -237,6 +237,9 @@ const char kEnableArc[] = "enable-arc";
// Enables ARC OptIn flow in OOBE.
const char kEnableArcOOBEOptIn[] = "enable-arc-oobe-optin";
+// Enables native ChromeVox support for Arc.
+const char kEnableChromeVoxArcSupport[] = "enable-chromevox-arc-support";
+
// Enables consume kiosk mode.
const char kEnableConsumerKiosk[] = "enable-consumer-kiosk";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/arc/common/accessibility_helper.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698