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..336b15092cbc19ca7c4cc1ce6ea1f5b6111a3435 100644 |
--- a/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
+++ b/chrome/browser/ui/cocoa/presentation_mode_controller.mm |
@@ -24,9 +24,6 @@ NSString* const kWillLeaveFullscreenNotification = |
// 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 { |