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

Unified Diff: ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm

Issue 2660143002: Removing iPad Tab Switcher experimental flag. (Closed)
Patch Set: 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/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 {

Powered by Google App Engine
This is Rietveld 408576698