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

Unified Diff: ios/chrome/browser/ui/settings/settings_navigation_controller.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.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

Powered by Google App Engine
This is Rietveld 408576698