Index: chrome/browser/ui/cocoa/framed_browser_window.h |
=================================================================== |
--- chrome/browser/ui/cocoa/framed_browser_window.h (revision 95517) |
+++ chrome/browser/ui/cocoa/framed_browser_window.h (working copy) |
@@ -42,6 +42,9 @@ |
// Returns the desired spacing between window control views. |
- (CGFloat)windowButtonsInterButtonSpacing; |
+// Calls the superclass's implementation of |-toggleFullScreen:|. |
+- (void)toggleSystemFullScreen; |
+ |
@end |
@interface NSWindow (UndocumentedAPI) |