| 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";
|
|
|
|
|