| Index: ios/chrome/browser/ui/ntp/new_tab_page_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_egtest.mm b/ios/chrome/browser/ui/ntp/new_tab_page_egtest.mm
|
| index 5076e4f2f8aeca117c216c85eb4752dcaee2d51e..538d27b0606307069d0b6db54c1d358ab867dc32 100644
|
| --- a/ios/chrome/browser/ui/ntp/new_tab_page_egtest.mm
|
| +++ b/ios/chrome/browser/ui/ntp/new_tab_page_egtest.mm
|
| @@ -23,12 +23,6 @@
|
| #error "This file requires ARC support."
|
| #endif
|
|
|
| -@implementation NewTabPageController (ExposedForTesting)
|
| -- (GoogleLandingViewController*)googleLandingController {
|
| - return googleLandingController_;
|
| -}
|
| -@end
|
| -
|
| @interface GoogleLandingViewController (ExposedForTesting)
|
| - (BOOL)scrolledToTop;
|
| - (BOOL)animateHeader;
|
|
|