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

Unified Diff: ios/chrome/browser/ui/settings/settings_navigation_controller_unittest.mm

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 6 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/settings/settings_navigation_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/settings/settings_navigation_controller_unittest.mm b/ios/chrome/browser/ui/settings/settings_navigation_controller_unittest.mm
index 8924d916ffdcf72c96646b9732679b39f054b7c5..95119d95012cdd2d25cc5653329c1dc2b177cbd8 100644
--- a/ios/chrome/browser/ui/settings/settings_navigation_controller_unittest.mm
+++ b/ios/chrome/browser/ui/settings/settings_navigation_controller_unittest.mm
@@ -91,8 +91,6 @@ TEST_F(SettingsNavigationControllerTest, PopController) {
[SettingsNavigationController
newSettingsMainControllerWithMainBrowserState:chrome_browser_state_
.get()
- currentBrowserState:chrome_browser_state_
- .get()
delegate:nil];
UIViewController* viewController =
[[UIViewController alloc] initWithNibName:nil bundle:nil];
@@ -114,8 +112,6 @@ TEST_F(SettingsNavigationControllerTest, DontPopRootController) {
[SettingsNavigationController
newSettingsMainControllerWithMainBrowserState:chrome_browser_state_
.get()
- currentBrowserState:chrome_browser_state_
- .get()
delegate:nil];
EXPECT_EQ(1U, [[settingsController viewControllers] count]);
@@ -133,8 +129,6 @@ TEST_F(SettingsNavigationControllerTest,
[SettingsNavigationController
newSettingsMainControllerWithMainBrowserState:chrome_browser_state_
.get()
- currentBrowserState:chrome_browser_state_
- .get()
delegate:mockDelegate_];
UIViewController* viewController =
[[UIViewController alloc] initWithNibName:nil bundle:nil];
@@ -157,8 +151,6 @@ TEST_F(SettingsNavigationControllerTest,
[SettingsNavigationController
newSettingsMainControllerWithMainBrowserState:chrome_browser_state_
.get()
- currentBrowserState:chrome_browser_state_
- .get()
delegate:mockDelegate_];
EXPECT_EQ(1U, [[settingsController viewControllers] count]);
[[mockDelegate_ expect] closeSettings];
« no previous file with comments | « ios/chrome/browser/ui/settings/settings_navigation_controller.mm ('k') | ios/chrome/browser/web/external_app_launcher.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698