| Index: ios/chrome/browser/chrome_switches.cc
|
| diff --git a/ios/chrome/browser/chrome_switches.cc b/ios/chrome/browser/chrome_switches.cc
|
| index d7b947d70cfa4548b4023fb1af66488b88d1a543..2d15912c01cf13613273b8297936b797a269af66 100644
|
| --- a/ios/chrome/browser/chrome_switches.cc
|
| +++ b/ios/chrome/browser/chrome_switches.cc
|
| @@ -49,6 +49,10 @@ const char kDisableQRScanner[] = "disable-qr-scanner";
|
| // Disables the Spotlight actions.
|
| const char kDisableSpotlightActions[] = "disable-spotlight-actions";
|
|
|
| +// Disables the tab strip auto scroll new tabs.
|
| +const char kDisableTabStripAutoScrollNewTabs[] =
|
| + "disable-tab-strip-autoscroll-new-tabs";
|
| +
|
| // Disables the tab switcher.
|
| const char kDisableTabSwitcher[] = "disable-tab-switcher";
|
|
|
|
|