| Index: chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| index 39b1f38f79c846e110abf7ea57c0de85b38301a4..0cb3e3fd75bd5dc4d269b4717297ad87bd0e55df 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -43,6 +43,10 @@
|
| // call even when not in presentation mode.
|
| - (CGFloat)floatingBarHeight;
|
|
|
| +// Shows the informational "how to exit fullscreen" bubble.
|
| +- (void)showFullscreenExitBubbleIfNecessary;
|
| +- (void)destroyFullscreenExitBubbleIfNecessary;
|
| +
|
| // Lays out the presentation mode toggle button at the top right corner of the
|
| // overlay. Creates the button if needed, and removes it if it is not needed.
|
| // This method is safe to call on all OS versions.
|
|
|