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

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

Issue 2829003002: Add CommandDispatcher to BrowserViewController. (Closed)
Patch Set: rohit comments 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/google_landing_controller.h
diff --git a/ios/chrome/browser/ui/ntp/google_landing_controller.h b/ios/chrome/browser/ui/ntp/google_landing_controller.h
index af2352d2bfda86d6f5f54cd1dbcb5fea0d24ab34..2fa5cbbcb2709a61a1995e3af950257551a61a06 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_controller.h
+++ b/ios/chrome/browser/ui/ntp/google_landing_controller.h
@@ -15,6 +15,8 @@
#import "ios/public/provider/chrome/browser/voice/logo_animation_controller.h"
@protocol GoogleLandingDataSource;
+@protocol OmniboxFocuser;
+@protocol UrlLoader;
// Google centric new tab page.
@interface GoogleLandingController
@@ -25,6 +27,8 @@
@property(nonatomic, assign) id<GoogleLandingDataSource> dataSource;
+@property(nonatomic, assign) id<UrlLoader, OmniboxFocuser> dispatcher;
+
@end
#endif // IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_CONTROLLER_H_
« no previous file with comments | « ios/chrome/browser/ui/ntp/google_landing_consumer.h ('k') | ios/chrome/browser/ui/ntp/google_landing_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698