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

Unified Diff: ios/chrome/browser/chrome_switches.h

Issue 2611003002: Autoscroll new background tabs on iPad (Closed)
Patch Set: Addressed Jason's comments to turn on the feature by default Created 3 years, 11 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: ios/chrome/browser/chrome_switches.h
diff --git a/ios/chrome/browser/chrome_switches.h b/ios/chrome/browser/chrome_switches.h
index 74c9423d0d59820a356110a6aad9544c6aaab61b..93d322798ba4729510bff18024bbfde39c642eeb 100644
--- a/ios/chrome/browser/chrome_switches.h
+++ b/ios/chrome/browser/chrome_switches.h
@@ -21,6 +21,7 @@ extern const char kDisableOfflineAutoReload[];
extern const char kDisablePaymentRequest[];
extern const char kDisableQRScanner[];
extern const char kDisableSpotlightActions[];
+extern const char kDisableTabStripAutoScrollNewTabs[];
extern const char kDisableTabSwitcher[];
extern const char kDisableIOSPhysicalWeb[];
extern const char kDisableDownloadImageRenaming[];
@@ -39,6 +40,7 @@ extern const char kEnablePaymentRequest[];
extern const char kEnableQRScanner[];
extern const char kEnableReaderModeToolbarIcon[];
extern const char kEnableSpotlightActions[];
+extern const char kEnableTabStripAutoScrollNewTabs[];
rohitrao (ping after 24h) 2017/01/06 15:35:21 I would remove this flag completely, since it's ne
liaoyuke 2017/01/06 20:46:49 Done.
extern const char kEnableTabSwitcher[];
extern const char kEnableIOSPhysicalWeb[];
extern const char kEnableDownloadImageRenaming[];

Powered by Google App Engine
This is Rietveld 408576698