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

Unified Diff: ios/chrome/browser/ui/fullscreen_controller.h

Issue 2590863002: Removing obsolete code. (Closed)
Patch Set: Created 4 years 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 | « no previous file | ios/chrome/browser/ui/fullscreen_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | ios/chrome/browser/ui/fullscreen_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698