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

Unified Diff: chrome/browser/about_flags.cc

Issue 22963002: Adds a flag to enable accessibility tab switcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index eecb054a173c1d47b957e533bbbb08ce8fc20c43..17a59e9fdbe15cfa3d9608c9ff515070cb77d26e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1607,6 +1607,15 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableAppList)
},
#endif
+#if defined(OS_ANDROID)
+ {
+ "enable-accessibility-tab-switcher",
+ IDS_FLAGS_ENABLE_ACCESSIBILITY_TAB_SWITCHER_NAME,
+ IDS_FLAGS_ENABLE_ACCESSIBILITY_TAB_SWITCHER_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(switches::kEnableAccessibilityTabSwitcher)
+ }
+#endif
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698