| Index: chrome/browser/ui/cocoa/base_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/base_bubble_controller.h b/chrome/browser/ui/cocoa/base_bubble_controller.h
|
| index 99b491a0ec77ec77f51e161190d055fa15abf261..216406b62cd30151054f9a4c1d14761740134c40 100644
|
| --- a/chrome/browser/ui/cocoa/base_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/base_bubble_controller.h
|
| @@ -33,9 +33,9 @@ class Bridge;
|
| scoped_ptr<BaseBubbleControllerInternal::Bridge> base_bridge_;
|
| }
|
|
|
| -@property (nonatomic, readonly) NSWindow* parentWindow;
|
| -@property (nonatomic, assign) NSPoint anchorPoint;
|
| -@property (nonatomic, readonly) InfoBubbleView* bubble;
|
| +@property(nonatomic, readonly) NSWindow* parentWindow;
|
| +@property(nonatomic, assign) NSPoint anchorPoint;
|
| +@property(nonatomic, readonly) InfoBubbleView* bubble;
|
|
|
| // Creates a bubble. |nibPath| is just the basename, e.g. @"FirstRunBubble".
|
| // |anchoredAt| is in screen space. You need to call -showWindow: to make the
|
|
|