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

Side by Side Diff: ios/chrome/browser/ui/ntp/google_landing_view_controller.h

Issue 2970553002: [ios] Remove IDC_CLOSE_TAB
Patch Set: Add comment for chrome_test_util.h" Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_ 5 #ifndef IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_
6 #define IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_ 6 #define IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_
7 7
8 #import <UIKit/UIKit.h> 8 #import <UIKit/UIKit.h>
9 9
10 #include <memory> 10 #include <memory>
11 11
12 #import "ios/chrome/browser/ui/ntp/google_landing_consumer.h" 12 #import "ios/chrome/browser/ui/ntp/google_landing_consumer.h"
13 #import "ios/chrome/browser/ui/ntp/new_tab_page_panel_protocol.h" 13 #import "ios/chrome/browser/ui/ntp/new_tab_page_panel_protocol.h"
14 #import "ios/chrome/browser/ui/toolbar/toolbar_owner.h" 14 #import "ios/chrome/browser/ui/toolbar/toolbar_owner.h"
15 #import "ios/public/provider/chrome/browser/voice/logo_animation_controller.h" 15 #import "ios/public/provider/chrome/browser/voice/logo_animation_controller.h"
16 16
17 @protocol BrowserCommands;
17 @protocol GoogleLandingDataSource; 18 @protocol GoogleLandingDataSource;
18 @protocol OmniboxFocuser; 19 @protocol OmniboxFocuser;
19 @protocol UrlLoader; 20 @protocol UrlLoader;
20 21
21 // Google centric new tab page. 22 // Google centric new tab page.
22 @interface GoogleLandingViewController 23 @interface GoogleLandingViewController
23 : UIViewController<GoogleLandingConsumer, 24 : UIViewController<GoogleLandingConsumer,
24 LogoAnimationControllerOwnerOwner, 25 LogoAnimationControllerOwnerOwner,
25 NewTabPagePanelProtocol, 26 NewTabPagePanelProtocol,
26 ToolbarOwner> 27 ToolbarOwner>
27 28
28 @property(nonatomic, assign) id<GoogleLandingDataSource> dataSource; 29 @property(nonatomic, assign) id<GoogleLandingDataSource> dataSource;
29 30
30 @property(nonatomic, assign) id<UrlLoader, OmniboxFocuser> dispatcher; 31 @property(nonatomic, assign) id<BrowserCommands, OmniboxFocuser, UrlLoader>
32 dispatcher;
31 33
32 @end 34 @end
33 35
34 #endif // IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_ 36 #endif // IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_VIEW_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/key_commands_provider_unittest.mm ('k') | ios/chrome/browser/ui/ntp/google_landing_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698