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

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

Issue 2806153004: Convert main NTP panel to UIViewController. (Closed)
Patch Set: Comment typo 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 ada9a22f8aefa519b1816505729d192b5d1a4634..9428342969f51e80e875f90c794057899a76927a 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_controller.h
+++ b/ios/chrome/browser/ui/ntp/google_landing_controller.h
@@ -23,9 +23,10 @@ class ChromeBrowserState;
}
// Google centric new tab page.
-@interface GoogleLandingController : NSObject<LogoAnimationControllerOwnerOwner,
- NewTabPagePanelProtocol,
- ToolbarOwner>
+@interface GoogleLandingController
+ : UIViewController<LogoAnimationControllerOwnerOwner,
+ NewTabPagePanelProtocol,
+ ToolbarOwner>
// Initialization method.
- (id)initWithLoader:(id<UrlLoader>)loader

Powered by Google App Engine
This is Rietveld 408576698