| 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 d75466935e77c07d43313e065048a1dd254cd7b8..2bd50d4a721422d09bbcea14e3689c7b791b9844 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -78,6 +78,9 @@ class WebContents;
|
| // hidden while a permissions bubble is visible.)
|
| - (void)permissionBubbleWindowWillClose:(NSNotification*)notification;
|
|
|
| +// Updates the anchor position of the permission bubble.
|
| +- (void)updatePermissionBubbleAnchor;
|
| +
|
| // Enter or exit fullscreen without using Cocoa's System Fullscreen API. These
|
| // methods are internal implementations of |-setFullscreen:|.
|
| - (void)enterImmersiveFullscreen;
|
|
|