| Index: ios/chrome/browser/ui/settings/settings_navigation_controller.mm
|
| diff --git a/ios/chrome/browser/ui/settings/settings_navigation_controller.mm b/ios/chrome/browser/ui/settings/settings_navigation_controller.mm
|
| index 894f8c303cc9623e89185911f69603858c865a8e..d3c885f89ead9ffec5332bf423372fbce3fdc8bf 100644
|
| --- a/ios/chrome/browser/ui/settings/settings_navigation_controller.mm
|
| +++ b/ios/chrome/browser/ui/settings/settings_navigation_controller.mm
|
| @@ -116,14 +116,11 @@
|
| // clang-format off
|
| + (SettingsNavigationController*)newSettingsMainControllerWithMainBrowserState:
|
| (ios::ChromeBrowserState*)browserState
|
| - currentBrowserState:
|
| - (ios::ChromeBrowserState*)currentBrowserState
|
| delegate:
|
| (id<SettingsNavigationControllerDelegate>)delegate {
|
| // clang-format on
|
| UIViewController* controller = [[SettingsCollectionViewController alloc]
|
| - initWithBrowserState:browserState
|
| - currentBrowserState:currentBrowserState];
|
| + initWithBrowserState:browserState];
|
| SettingsNavigationController* nc = [[SettingsNavigationController alloc]
|
| initWithRootViewController:controller
|
| browserState:browserState
|
|
|