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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 2339663002: [Mac] Fullscreen Toolbar Bar Visibility Edge Cases (Closed)
Patch Set: Created 4 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/browser_window_controller_private.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index 4862e0bd3b535435a2ec92976ff991e462c5f357..d81a03c00a89746eb8657b01fec1563c9adc2fb6 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -112,7 +112,7 @@ class WebContents;
// Allows the omnibox to slide. Also prepares UI for several fullscreen modes.
// This method gets called when entering AppKit fullscren, or when entering
// Immersive fullscreen. Expects fullscreenStyle_ to be set.
-- (void)adjustUIForSlidingFullscreenStyle:(fullscreen_mac::SlidingStyle)style;
+- (void)adjustUIForSlidingFullscreenStyle:(FullscreenSlidingStyle)style;
// This method gets called when exiting AppKit fullscreen, or when exiting
// Immersive fullscreen. It performs some common UI changes, and stops the
@@ -122,7 +122,7 @@ class WebContents;
// Exposed for testing.
// Creates a FullscreenToolbarController with the given style.
- (FullscreenToolbarController*)newFullscreenToolbarControllerWithStyle:
- (fullscreen_mac::SlidingStyle)style;
+ (FullscreenSlidingStyle)style;
// Toggles the AppKit Fullscreen API. By default, doing so enters Canonical
// Fullscreen.

Powered by Google App Engine
This is Rietveld 408576698