| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index a383a87ba0cd2bdafa4ba6a12d13f9ef73ae869e..f65e1ea44d10143f57de08e99dbaac65e6f0e369 100644
|
| --- a/ios/chrome/browser/tabs/tab.h
|
| +++ b/ios/chrome/browser/tabs/tab.h
|
| @@ -22,7 +22,6 @@
|
| @class CRWSessionEntry;
|
| @class CRWWebController;
|
| @class ExternalAppLauncher;
|
| -@class FindInPageController;
|
| @class FormInputAccessoryViewController;
|
| @class FullScreenController;
|
| @protocol FullScreenControllerDelegate;
|
| @@ -285,9 +284,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
|
| // so the updated user agent is used.
|
| - (void)reloadForDesktopUserAgent;
|
|
|
| -// Accessor for Find in Page Controller.
|
| -- (FindInPageController*)findInPageController;
|
| -
|
| // Ensures the toolbar visibility matches |visible|.
|
| - (void)updateFullscreenWithToolbarVisible:(BOOL)visible;
|
|
|
|
|