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

Unified Diff: ios/chrome/test/app/tab_test_util.mm

Issue 2660143002: Removing iPad Tab Switcher experimental flag. (Closed)
Patch Set: Rebased. Created 3 years, 10 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
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/app/tab_test_util.mm
diff --git a/ios/chrome/test/app/tab_test_util.mm b/ios/chrome/test/app/tab_test_util.mm
index b1fab0b2e267d31e3dd9bccd59a46d51a6eb1010..c75a4f28a469afc9c9b076ca2519bd5bdf0374c6 100644
--- a/ios/chrome/test/app/tab_test_util.mm
+++ b/ios/chrome/test/app/tab_test_util.mm
@@ -160,7 +160,7 @@ void CloseAllIncognitoTabs() {
TabModel* tabModel = [[main_controller browserViewInformation] otrTabModel];
DCHECK(tabModel);
[tabModel closeAllTabs];
- if (!IsIPadIdiom() || !experimental_flags::IsTabSwitcherEnabled()) {
+ if (!IsIPadIdiom()) {
// If the OTR BVC is active, wait until it isn't (since all of the
// tabs are now closed)
testing::WaitUntilConditionOrTimeout(testing::kWaitForUIElementTimeout, ^{
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698