| Index: chrome/browser/cocoa/location_bar/content_setting_decoration.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/location_bar/content_setting_decoration.h (revision 54844)
|
| +++ chrome/browser/cocoa/location_bar/content_setting_decoration.h (working copy)
|
| @@ -33,6 +33,11 @@
|
| virtual NSString* GetToolTip();
|
|
|
| private:
|
| + // Helper to get where the bubble point should land. Similar to
|
| + // |PageActionDecoration| or |StarDecoration| (|LocationBarViewMac|
|
| + // calls those).
|
| + NSPoint GetBubblePointInFrame(NSRect frame);
|
| +
|
| void SetToolTip(NSString* tooltip);
|
|
|
| scoped_ptr<ContentSettingImageModel> content_setting_image_model_;
|
|
|