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

Unified Diff: chrome/browser/ui/cocoa/presentation_mode_controller.mm

Issue 545643002: mac: Add basic layout unit test for fullscreen transition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from rsesek. Created 6 years, 3 months 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
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

Powered by Google App Engine
This is Rietveld 408576698