| 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 f1eb8263b2c5fd8bd3931822e5b245824634a654..134837a022e6e1250479bb83dc94e70ac71dea96 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
|
| @@ -7,7 +7,6 @@
|
| #import <XCTest/XCTest.h>
|
|
|
| #include "base/mac/scoped_nsobject.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"
|
| @@ -83,16 +82,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 {
|
|
|