Chromium Code Reviews| 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 f36a9a9a150c7b43b5ee66bd942e56d3e34c1e3d..b8ff99961fb54a3ad016123c396867197f077989 100644 |
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h |
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
| @@ -328,6 +328,12 @@ class TabContents; |
| @end // @interface BrowserWindowController(WindowType) |
| +// Methods having to do with full screen mode in Lion. |
| +@interface BrowserWindowController(LionFullScreen) |
|
Robert Sesek
2011/07/13 14:47:15
nit: space before (
|
| +- (void)windowDidEnterFullScreen:(NSNotification *)notification; |
|
Robert Sesek
2011/07/13 14:47:15
Chromium style does not put a space between the ty
|
| +- (void)windowDidExitFullScreen:(NSNotification *)notification; |
| +- (BOOL)isLionFullScreen; |
| +@end |
| // Methods having to do with fullscreen mode. |
| @interface BrowserWindowController(Fullscreen) |