| 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 a85601731724f9c5ca0138f2b2bce389c5b61f6e..797724772189421ad01a31c8083afeb8df7d1aff 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -361,7 +361,9 @@ class TabContents;
|
|
|
| // Enters (or exits) fullscreen mode. This method is safe to call on all OS
|
| // versions.
|
| -- (void)setFullscreen:(BOOL)fullscreen;
|
| +- (void)setFullscreen:(BOOL)fullscreen
|
| + forURL:(const GURL&)url
|
| + showButtons:(BOOL)show_buttons;
|
|
|
| // Returns fullscreen state. This method is safe to call on all OS versions.
|
| - (BOOL)isFullscreen;
|
| @@ -374,7 +376,9 @@ class TabContents;
|
| // 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.
|
| -- (void)setPresentationMode:(BOOL)presentationMode;
|
| +- (void)setPresentationMode:(BOOL)presentationMode
|
| + url:(const GURL&)url
|
| + showButtons:(BOOL)show_buttons;
|
|
|
| // Returns presentation mode state. This method is safe to call on all OS
|
| // versions.
|
|
|