| Index: chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| index cfcd34526489ce67595ea01b66c1dc0344e2a818..7293b4b2bec0bc871140daeb5b88793931aa5627 100644
|
| --- a/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser/zoom_bubble_controller.h
|
| @@ -48,6 +48,8 @@ class ZoomBubbleControllerDelegate {
|
| ui::ScopedCrTrackingArea trackingArea_;
|
| }
|
|
|
| +@property(nonatomic) ZoomBubbleControllerDelegate* delegate;
|
| +
|
| // Creates the bubble for a parent window but does not show it.
|
| - (id)initWithParentWindow:(NSWindow*)parentWindow
|
| delegate:(ZoomBubbleControllerDelegate*)delegate;
|
|
|