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

Unified Diff: chrome/common/chrome_switches.cc

Issue 22963002: Adds a flag to enable accessibility tab switcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added if guard to generated_resources.grd 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 578d411683f55714c828a790febd504450f9698f..c9776d89eb03f0c3486805247a062c55cc7a323c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1480,6 +1480,10 @@ const char kEnableSpdyProxyAuth[] = "enable-spdy-proxy-auth";
#endif // defined(OS_ANDROID) || defined(OS_IOS)
#if defined(OS_ANDROID)
+// Enable the accessibility tab switcher.
+const char kEnableAccessibilityTabSwitcher[] =
+ "enable-accessibility-tab-switcher";
+
// Enables the new NTP.
const char kEnableNewNTP[] = "enable-new-ntp";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698