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

Unified Diff: ios/chrome/browser/experimental_flags.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/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.
+bool IsTabStripAutoScrollNewTabsEnabled();
+
// Whether the Tab Switcher is enabled for iPad or not.
bool IsTabSwitcherEnabled();

Powered by Google App Engine
This is Rietveld 408576698