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

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

Issue 1335333002: Disable exit fullscreen animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed a comment Created 5 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller_private.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.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index 71a81ae04df2b056ed0050f796092f5fcbfcce39..f87cceadb7c1f4d1890d0de20e154d4037de5a51 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -167,7 +167,7 @@ class WebContents;
// Whether the instance should use a custom transition when animating into and
// out of AppKit Fullscreen.
-- (BOOL)shouldUseCustomAppKitFullscreenTransition;
+- (BOOL)shouldUseCustomAppKitFullscreenTransition:(BOOL)enterFullScreen;
- (content::WebContents*)webContents;
- (PermissionBubbleManager*)permissionBubbleManager;
« 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