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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller.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.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index 0487b3b61f75918c8df3c4d4a46be8483a081ba0..dc966eb175d9fb00d2c5040542c9d40ceffa29f2 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -111,10 +111,6 @@ class WebContents;
// unless it's appropriate to show it.
scoped_nsobject<AvatarButtonController> avatarButtonController_;
- // The view that shows the presentation mode toggle when in Lion fullscreen
- // mode. Nil if not in fullscreen mode or not on Lion.
- scoped_nsobject<NSButton> presentationModeToggleButton_;
-
// Lazily created view which draws the background for the floating set of bars
// in presentation mode (for window types having a floating bar; it remains
// nil for those which don't).
@@ -393,11 +389,6 @@ class WebContents;
// Returns fullscreen state. This method is safe to call on all OS versions.
- (BOOL)isFullscreen;
-// Toggles presentation mode without exiting fullscreen mode. Should only be
-// called by the presentation mode toggle button. This method should not be
-// called on Snow Leopard or earlier.
-- (void)togglePresentationModeForLionOrLater:(id)sender;
-
// Enters (or exits) presentation mode. Also enters fullscreen mode if this
// window is not already fullscreen. This method is safe to call on all OS
// versions.
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698