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

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: 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..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 {

Powered by Google App Engine
This is Rietveld 408576698