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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_header_view.h

Issue 2829003002: Add CommandDispatcher to BrowserViewController. (Closed)
Patch Set: Cleaner 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_header_view.h
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h b/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h
index e4c9354f7b1b1106a0444e9d3fa109e7a1717c56..40b6893f54123506f4c6b3f4715039ebb15a1ad7 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_header_view.h
@@ -21,7 +21,8 @@
// Creates a NewTabPageToolbarController using the given |toolbarDelegate|,
// |focuser| and |readingListModel|, and adds the toolbar view to self.
-- (void)addToolbarWithDataSource:(id<GoogleLandingDataSource>)dataSource;
+- (void)addToolbarWithDataSource:(id<GoogleLandingDataSource>)dataSource
+ dispatcher:(id)dispatcher;
// Changes the frame of |searchField| based on its |initialFrame| and the scroll
// view's y |offset|. Also adjust the alpha values for |_searchBoxBorder| and

Powered by Google App Engine
This is Rietveld 408576698