Chromium Code Reviews| Index: chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h |
| diff --git a/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h b/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h |
| index de6816fcb6d9cca53ab606c0c97e70b30ca9b2be..87c6374bdd215c41402f3f3ed33af4f52bac9dbb 100644 |
| --- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h |
| +++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h |
| @@ -8,6 +8,7 @@ |
| #include "base/mac/scoped_nsobject.h" |
| #include "base/macros.h" |
| #include "base/memory/weak_ptr.h" |
| +#include "chrome/browser/ui/cocoa/info_bubble_view.h" |
| #include "chrome/browser/ui/website_settings/permission_bubble_view.h" |
| #include "content/public/browser/web_contents.h" |
| @@ -43,6 +44,9 @@ class PermissionBubbleCocoa : public PermissionBubbleView { |
| // Change the parent window to be used the next time the bubble is shown. |
| void SwitchParentWindow(NSWindow* parent); |
| + bool HasOmnibar(); |
|
groby-ooo-7-16
2015/03/16 22:09:35
Why is this public?
hcarmona
2015/03/30 20:44:28
Doesn't need to be public. Made protected.
Or woul
|
| + info_bubble::BubbleArrowLocation GetArrowLocation(); |
| + |
| private: |
| NSWindow* parent_window_; // Weak. |
| Delegate* delegate_; // Weak. |