| 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];
|
|
|