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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm

Issue 2821063002: Convert bookmarks NTP panel to UIViewController. (Closed)
Patch Set: Fix unit tests 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
Index: ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm b/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm
index 176c18ba76920401b2d445dd442e8be920a8704f..90088ff0c16cab5113332a99a3b058ac09b5563c 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_controller_unittest.mm
@@ -34,7 +34,7 @@
@interface NewTabPageController (TestSupport)
- (id<NewTabPagePanelProtocol>)currentController;
-- (id<NewTabPagePanelProtocol>)bookmarkController;
+- (BookmarkHomeTabletNTPController*)bookmarkController;
- (id<NewTabPagePanelProtocol>)incognitoController;
@end
@@ -48,7 +48,7 @@
return currentController_;
}
-- (id<NewTabPagePanelProtocol>)bookmarkController {
+- (BookmarkHomeTabletNTPController*)bookmarkController {
return bookmarkController_.get();
}
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_controller.mm ('k') | ios/clean/chrome/browser/ui/bookmarks/bookmarks_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698