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

Unified Diff: chromeos/chromeos_switches.cc

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add PrefHandlers to AccessibilityManager Created 4 years, 9 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
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 1fbad801422030f7f92a2e7ab4813f1ed55f428d..f6b69216be281c598d4edee718495220cdfc5930 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -148,6 +148,9 @@ const char kDisablePhysicalKeyboardAutocorrect[] =
// Enabled sharing assets for installed default apps.
const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing";
Dan Beam 2016/03/11 05:35:40 though i feel your name is pretty self-documenting
dmazzoni 2016/03/11 20:29:35 Done.
+const char kEnableExperimentalAccessibilityFeatures[] =
+ "enable-experimental-accessibility-features";
+
// Enables notifications about captive portals in session.
const char kEnableNetworkPortalNotification[] =
"enable-network-portal-notification";

Powered by Google App Engine
This is Rietveld 408576698