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

Unified Diff: ios/chrome/app/main_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
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698