Chromium Code Reviews| 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 c9a2a58c32caa66f9a5ffe6c95882f9fe5d07ab5..99edfff599e82865b3f0e164b4a3da01bc4208c6 100644 |
| --- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h |
| +++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h |
| @@ -42,6 +42,10 @@ class PermissionRequest; |
| // Returns true if |browser| has a visible location bar. |
| + (bool)hasVisibleLocationBarForBrowser:(Browser*)browser; |
| +// Returns the constant offset from the left to use for fullscreen permission |
| +// bubbles. Only used in tests. |
| ++ (NSInteger)getFullscreenLeftOffset; |
|
tapted
2016/08/12 04:25:39
you can move this to `@interface PermissionBubbleC
benwells
2016/08/12 06:29:44
Done.
|
| + |
| // Makes the bubble visible. The bubble will be popuplated with text retrieved |
| // from |requests|. |delegate| will receive callbacks for user actions. |
| - (void)showWithDelegate:(PermissionPrompt::Delegate*)delegate |