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

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

Issue 2467833003: [Mac] Move the fullscreen toolbar style to FullscreenToolbarController (Closed)
Patch Set: fix for rsesek Created 4 years, 1 month 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 96c4a46159bade60c597ff6e6e8bf151ece0845b..2a0297d231969bb14a898615ab1d52499e30329d 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -96,21 +96,6 @@ class WebContents;
// The min Y of the bubble point in the coordinate space of the toolbar.
- (NSInteger)pageInfoBubblePointY;
-// 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:(FullscreenSlidingStyle)style;
-
-// This method gets called when exiting AppKit fullscreen, or when exiting
-// Immersive fullscreen. It performs some common UI changes, and stops the
-// omnibox from sliding.
-- (void)adjustUIForExitingFullscreenAndStopOmniboxSliding;
-
-// Exposed for testing.
-// Creates a FullscreenToolbarController with the given style.
-- (FullscreenToolbarController*)newFullscreenToolbarControllerWithStyle:
- (FullscreenSlidingStyle)style;
-
// Toggles the AppKit Fullscreen API. By default, doing so enters Canonical
// Fullscreen.
- (void)enterAppKitFullscreen;
@@ -174,9 +159,6 @@ class WebContents;
// it when we are entering fullscreen.
- (void)adjustUIForEnteringFullscreen;
-// Returns YES if the fullscreen is for tab content or an extension.
-- (BOOL)isFullscreenForTabContentOrExtension;
-
// Accessor for the controller managing the fullscreen toolbar visibility
// locks.
- (FullscreenToolbarVisibilityLockController*)

Powered by Google App Engine
This is Rietveld 408576698