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

Unified Diff: ios/chrome/app/main_controller.mm

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 7 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/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

Powered by Google App Engine
This is Rietveld 408576698