| 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 911b7b08239792e3829801b59eeddde983623925..64ea947b5f19ebea5c207d6b3a16743ac27ab6e3 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
|
|
|