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

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

Issue 2829223004: Rename GoogleLandingController to GoogleLandingViewController.
Patch Set: Rebase 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
« no previous file with comments | « ios/chrome/browser/ui/ntp/BUILD.gn ('k') | ios/chrome/browser/ui/ntp/google_landing_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 2fa5cbbcb2709a61a1995e3af950257551a61a06..0000000000000000000000000000000000000000
--- a/ios/chrome/browser/ui/ntp/google_landing_controller.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_CONTROLLER_H_
-#define IOS_CHROME_BROWSER_UI_NTP_GOOGLE_LANDING_CONTROLLER_H_
-
-#import <UIKit/UIKit.h>
-
-#include <memory>
-
-#import "ios/chrome/browser/ui/ntp/google_landing_consumer.h"
-#import "ios/chrome/browser/ui/ntp/new_tab_page_panel_protocol.h"
-#import "ios/chrome/browser/ui/toolbar/toolbar_owner.h"
-#import "ios/public/provider/chrome/browser/voice/logo_animation_controller.h"
-
-@protocol GoogleLandingDataSource;
-@protocol OmniboxFocuser;
-@protocol UrlLoader;
-
-// Google centric new tab page.
-@interface GoogleLandingController
- : UIViewController<GoogleLandingConsumer,
- LogoAnimationControllerOwnerOwner,
- NewTabPagePanelProtocol,
- ToolbarOwner>
-
-@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/BUILD.gn ('k') | ios/chrome/browser/ui/ntp/google_landing_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698