| Index: ios/chrome/app/main_controller.mm
|
| diff --git a/ios/chrome/app/main_controller.mm b/ios/chrome/app/main_controller.mm
|
| index 540c0704adb1a6bfe048ee0c5988a27e8820553e..056c6f3f490434dfa324dea16418a361d4ce0cdb 100644
|
| --- a/ios/chrome/app/main_controller.mm
|
| +++ b/ios/chrome/app/main_controller.mm
|
| @@ -1977,7 +1977,6 @@ enum class StackViewDismissalMode { NONE, NORMAL, INCOGNITO };
|
| DCHECK(_localStatePrefObserverBridge);
|
| _settingsNavigationController.reset([SettingsNavigationController
|
| newSettingsMainControllerWithMainBrowserState:_mainBrowserState
|
| - currentBrowserState:self.currentBrowserState
|
| delegate:self]);
|
| [[self topPresentedViewController]
|
| presentViewController:_settingsNavigationController
|
|
|