| Index: chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| index 483db63c0c67d24412ed2f0022b36c0266e09753..0dbda3e61bdc97b001a6f0a2e758d567a0be0c2b 100644
|
| --- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
|
| @@ -36,6 +36,12 @@ class PermissionBubbleRequest;
|
| // Designated initializer. |browser| and |bridge| must both be non-nil.
|
| - (id)initWithBrowser:(Browser*)browser bridge:(PermissionBubbleCocoa*)bridge;
|
|
|
| +// Returns the anchor point to use for the given Cocoa |browser|.
|
| ++ (NSPoint)getAnchorPointForBrowser:(Browser*)browser;
|
| +
|
| +// Returns true if |browser| has a visible location bar.
|
| ++ (bool)hasVisibleLocationBarForBrowser:(Browser*)browser;
|
| +
|
| // Makes the bubble visible. The bubble will be popuplated with text retrieved
|
| // from |requests|. |delegate| will receive callbacks for user actions.
|
| - (void)showWithDelegate:(PermissionBubbleView::Delegate*)delegate
|
|
|