Index: chrome/browser/ui/cocoa/presentation_mode_controller.mm |
diff --git a/chrome/browser/ui/cocoa/presentation_mode_controller.mm b/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
index d4e8c12c57df8dadaa9da00338238d984c832e09..17e6e844b3b608405e0dca25e92e9f9b32ef658c 100644 |
--- a/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
+++ b/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
@@ -20,15 +20,6 @@ NSString* const kWillEnterFullscreenNotification = |
NSString* const kWillLeaveFullscreenNotification = |
@"WillLeaveFullscreenNotification"; |
-@interface PresentationModeController () |
-// Sets a new current floating bar shown fraction. NOTE: This function has side |
-// effects, such as modifying the system fullscreen mode (menu bar shown state). |
-- (void)changeToolbarFraction:(CGFloat)fraction; |
- |
-// Callback for menu bar animations. |
-- (void)setMenuBarRevealProgress:(CGFloat)progress; |
-@end |
- |
namespace { |
// The activation zone for the main menu is 4 pixels high; if we make it any |