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

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

Issue 2484973004: [Mac] Refactor Immersive Fullscreen Logic (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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_controller_private.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.mm b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
index 32aad289d68b16f9135d991d25f90c34fee909d0..e3325af83e9b986d39e815827eddffa7ff2bf3a7 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.mm
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.mm
@@ -588,13 +588,6 @@ willPositionSheet:(NSWindow*)sheet
return proposedSize;
}
-- (NSApplicationPresentationOptions)window:(NSWindow*)window
- willUseFullScreenPresentationOptions:(NSApplicationPresentationOptions)opt {
- return (opt |
- NSApplicationPresentationAutoHideDock |
- NSApplicationPresentationAutoHideMenuBar);
-}
-
- (void)windowWillEnterFullScreen:(NSNotification*)notification {
RecordFullscreenWindowLocation([self window]);
RecordFullscreenStyle(CANONICAL_FULLSCREEN);
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_mouse_tracker.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698