Chromium Code Reviews| Index: ios/chrome/browser/experimental_flags.h |
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h |
| index fed8a646c77e21e77f6d932b804918af30f689d2..721b231dc78bb6625714ef5b7b20109039759f89 100644 |
| --- a/ios/chrome/browser/experimental_flags.h |
| +++ b/ios/chrome/browser/experimental_flags.h |
| @@ -106,6 +106,9 @@ bool IsSpotlightActionsEnabled(); |
| // Whether startup crash is enabled. |
| bool IsStartupCrashEnabled(); |
| +// Whether the tab strip auto scroll new tabs enabled for iPad or not. |
|
rohitrao (ping after 24h)
2017/01/06 23:46:54
// Whether or not the tab strip scrolls new tabs t
liaoyuke
2017/01/06 23:55:01
Done.
|
| +bool IsTabStripAutoScrollNewTabsEnabled(); |
| + |
| // Whether the Tab Switcher is enabled for iPad or not. |
| bool IsTabSwitcherEnabled(); |