| Index: ios/chrome/browser/ui/fullscreen_controller.h
|
| diff --git a/ios/chrome/browser/ui/fullscreen_controller.h b/ios/chrome/browser/ui/fullscreen_controller.h
|
| index 63e6aa075236fae8646da92d1cc24d0b4746ed1b..e7127efdc96a962ab1ccfb69c5fa0f3ca863e8a0 100644
|
| --- a/ios/chrome/browser/ui/fullscreen_controller.h
|
| +++ b/ios/chrome/browser/ui/fullscreen_controller.h
|
| @@ -127,11 +127,6 @@ extern NSString* const kSetupForTestingWillCloseAllTabsNotification;
|
| // TODO(shreyasv): Find a better solution/remove this when FullScreenController
|
| // moves to Tab.
|
| + (void)setEnabledForTests:(BOOL)enabled;
|
| -// Sets the hide omnibox delay. If set to 0.0, the omnibox is hidden
|
| -// synchronously.
|
| -+ (void)setHideOmniboxDelaySeconds:(double)hideOmniboxDelaySeconds;
|
| -// Resets the hide omnibox delay to its default value.
|
| -+ (void)resetHideOmniboxDelaySeconds;
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_UI_FULLSCREEN_CONTROLLER_H_
|
|
|