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

Side by Side Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 1537843002: Disabled custom fullscreen animation for entering tab fullscreen since currently it breaks Flash co… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
Patch Set: Created 5 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
7 7
8 #import "chrome/browser/ui/cocoa/browser_window_controller.h" 8 #import "chrome/browser/ui/cocoa/browser_window_controller.h"
9 #import "chrome/browser/ui/cocoa/browser_window_layout.h" 9 #import "chrome/browser/ui/cocoa/browser_window_layout.h"
10 #import "chrome/browser/ui/cocoa/presentation_mode_controller.h" 10 #import "chrome/browser/ui/cocoa/presentation_mode_controller.h"
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 // Modal sheets should be hidden at the beginning and then shown at the end. 184 // Modal sheets should be hidden at the beginning and then shown at the end.
185 - (void)setSheetHiddenForFullscreenTransition:(BOOL)shoudHide; 185 - (void)setSheetHiddenForFullscreenTransition:(BOOL)shoudHide;
186 186
187 // Adjusts the UI and destroys the exit bubble when we are exiting fullscreen. 187 // Adjusts the UI and destroys the exit bubble when we are exiting fullscreen.
188 - (void)adjustUIForExitingFullscreen; 188 - (void)adjustUIForExitingFullscreen;
189 189
190 // Determines the appropriate sliding fullscreen style and adjusts the UI to 190 // Determines the appropriate sliding fullscreen style and adjusts the UI to
191 // it when we are entering fullscreen. 191 // it when we are entering fullscreen.
192 - (void)adjustUIForEnteringFullscreen; 192 - (void)adjustUIForEnteringFullscreen;
193 193
194 // Returns YES if the fullscreen is for tab content.
195 - (BOOL)isFullscreenForTabContent;
196
194 #endif 197 #endif
195 198
196 @end // @interface BrowserWindowController(Private) 199 @end // @interface BrowserWindowController(Private)
197 200
198 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 201 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698