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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.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
Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm
diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm b/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm
index 63a6bd81dbe99db91a8d35a1eb66133c8553f5f2..554a28bc24990a2a3a7d24f612aeef5de751464f 100644
--- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm
+++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm
@@ -6,7 +6,6 @@
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
-#include "base/test/scoped_command_line.h"
#import "ios/chrome/app/main_controller_private.h"
#include "ios/chrome/browser/chrome_switches.h"
#import "ios/chrome/browser/ui/commands/generic_chrome_command.h"
@@ -86,16 +85,7 @@ void EnterTabSwitcherWithCommand() {
@interface TabSwitcherControllerTestCase : ChromeTestCase
@end
-@implementation TabSwitcherControllerTestCase {
- std::unique_ptr<base::test::ScopedCommandLine> scoped_command_line_;
-}
-
-- (void)setUp {
- [super setUp];
- scoped_command_line_.reset(new base::test::ScopedCommandLine());
- scoped_command_line_->GetProcessCommandLine()->AppendSwitch(
- switches::kEnableTabSwitcher);
-}
+@implementation TabSwitcherControllerTestCase
// Checks that the tab switcher is not presented.
- (void)assertTabSwitcherIsInactive {
« no previous file with comments | « ios/chrome/browser/ui/no_tabs/no_tabs_toolbar_controller.mm ('k') | ios/chrome/browser/ui/tabs/tab_strip_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698