Index: chrome/browser/ui/cocoa/browser_window_controller_private.h |
=================================================================== |
--- chrome/browser/ui/cocoa/browser_window_controller_private.h (revision 88138) |
+++ chrome/browser/ui/cocoa/browser_window_controller_private.h (working copy) |
@@ -113,6 +113,12 @@ |
- (void)enableBarVisibilityUpdates; |
- (void)disableBarVisibilityUpdates; |
+// For versions of Mac OS that provide an "enter fullscreen" button, make one |
+// appear (in a rather hacky manner). http://crbug.com/74065 : When switching |
+// the fullscreen implementation to the new API, revisit how much of this |
+// hacky code is necessary. |
+- (void)setUpOSFullScreenButton; |
+ |
@end // @interface BrowserWindowController(Private) |