| 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 2bd50d4a721422d09bbcea14e3689c7b791b9844..b9c812863c7b8ac8f61320d1254826556061ed0e 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
|
| @@ -73,11 +73,6 @@ class WebContents;
|
| regularWindow:(NSWindow*)regularWindow
|
| fullscreenWindow:(NSWindow*)fullscreenWindow;
|
|
|
| -// Called when a permission bubble closes, and informs the fullscreen toolbar
|
| -// controller that the dropdown can be hidden. (The dropdown should never be
|
| -// hidden while a permissions bubble is visible.)
|
| -- (void)permissionBubbleWindowWillClose:(NSNotification*)notification;
|
| -
|
| // Updates the anchor position of the permission bubble.
|
| - (void)updatePermissionBubbleAnchor;
|
|
|
|
|