| Index: ios/chrome/app/main_controller.mm
|
| diff --git a/ios/chrome/app/main_controller.mm b/ios/chrome/app/main_controller.mm
|
| index 8d7a651ad25691f9199d54fa490b50284ad3cb33..4d9cae320e81fb64a70980cfe02f23df546ff89d 100644
|
| --- a/ios/chrome/app/main_controller.mm
|
| +++ b/ios/chrome/app/main_controller.mm
|
| @@ -1931,7 +1931,6 @@ enum class StackViewDismissalMode { NONE, NORMAL, INCOGNITO };
|
| DCHECK(_localStatePrefObserverBridge);
|
| _settingsNavigationController = [SettingsNavigationController
|
| newSettingsMainControllerWithMainBrowserState:_mainBrowserState
|
| - currentBrowserState:self.currentBrowserState
|
| delegate:self];
|
| [[self topPresentedViewController]
|
| presentViewController:_settingsNavigationController
|
|
|