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

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

Issue 10800011: [Mac] Changes to the behavior of Lion+ fullscreen and presentation mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 d778c557004ef8974b75b8aefd95efb93eed8d52..de79ef5e37cc2a9ba8bf659d6d148214f45d8f09 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -104,13 +104,6 @@
// keep the total height of the two views constant.
- (void)adjustToolbarAndBookmarkBarForCompression:(CGFloat)compression;
-// Gets and sets whether to default to presentation mode when entering
-// fullscreen on Lion or later. On Leopard and Snow Leopard, this preference is
-// ignored (fullscreen mode always turns presentation mode on). This method is
-// safe to call on all OS versions.
-- (BOOL)shouldUsePresentationModeWhenEnteringFullscreen;
-- (void)setShouldUsePresentationModeWhenEnteringFullscreen:(BOOL)flag;
-
// Whether to show the presentation mode toggle button in the UI. Returns YES
// if in fullscreen mode on Lion or later. This method is safe to call on all
// OS versions.

Powered by Google App Engine
This is Rietveld 408576698