| Index: ios/chrome/browser/tabs/tab.h
|
| diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
|
| index a68fdd73536009108eddd589f4b154d026ef264f..a57f83041837940a14e00596e00ffa1731f702ec 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;
|
| @@ -279,9 +278,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;
|
|
|
|
|