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

Unified Diff: ios/clean/chrome/browser/ui/ntp/new_tab_page_coordinator.mm

Issue 2798833003: [ios clean] Updates all BrowserCoordinator to the new rule (Closed)
Patch Set: Fix unittests Created 3 years, 8 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 | « ios/clean/chrome/browser/ui/ntp/BUILD.gn ('k') | ios/clean/chrome/browser/ui/settings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/ntp/new_tab_page_coordinator.mm
diff --git a/ios/clean/chrome/browser/ui/ntp/new_tab_page_coordinator.mm b/ios/clean/chrome/browser/ui/ntp/new_tab_page_coordinator.mm
index 3be996254da49529947f51990f654133187cb452..5dfd67c65f4d6972842270367142757c0f516571 100644
--- a/ios/clean/chrome/browser/ui/ntp/new_tab_page_coordinator.mm
+++ b/ios/clean/chrome/browser/ui/ntp/new_tab_page_coordinator.mm
@@ -5,7 +5,6 @@
#import "ios/clean/chrome/browser/ui/ntp/new_tab_page_coordinator.h"
#import "ios/clean/chrome/browser/ui/ntp/new_tab_page_view_controller.h"
-#import "ios/shared/chrome/browser/coordinator_context/coordinator_context.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
@@ -20,9 +19,6 @@
- (void)start {
self.viewController = [[NTPViewController alloc] init];
- [self.context.baseViewController presentViewController:self.viewController
- animated:self.context.animated
- completion:nil];
[super start];
}
« no previous file with comments | « ios/clean/chrome/browser/ui/ntp/BUILD.gn ('k') | ios/clean/chrome/browser/ui/settings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698