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

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

Issue 10694031: [Mac] Remove the presentation mode button and its associated action from the tabstrip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge origin/master Created 8 years, 6 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 0cb3e3fd75bd5dc4d269b4717297ad87bd0e55df..48218a2b0b4688bf2ae15b9dca6fa5e747655e10 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -21,10 +21,6 @@
// tabs are enabled. Replaces the current controller.
- (void)createTabStripController;
-// Creates the button used to toggle presentation mode. Must only be called on
-// Lion or later. Does nothing if the button already exists.
-- (void)createAndInstallPresentationModeToggleButton;
-
// Saves the window's position in the local state preferences.
- (void)saveWindowPositionIfNeeded;
@@ -47,12 +43,6 @@
- (void)showFullscreenExitBubbleIfNecessary;
- (void)destroyFullscreenExitBubbleIfNecessary;
-// Lays out the presentation mode toggle button at the top right corner of the
-// overlay. Creates the button if needed, and removes it if it is not needed.
-// This method is safe to call on all OS versions.
-- (void)layoutPresentationModeToggleAtOverlayMaxX:(CGFloat)maxX
- overlayMaxY:(CGFloat)maxY;
-
// Lays out the tab strip at the given maximum y-coordinate, with the given
// width, possibly for fullscreen mode; returns the new maximum y (below the
// tab strip). This is safe to call even when there is no tab strip.
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller.mm ('k') | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698