Index: chrome/browser/cocoa/location_bar/content_setting_decoration.h |
diff --git a/chrome/browser/cocoa/location_bar/content_setting_decoration.h b/chrome/browser/cocoa/location_bar/content_setting_decoration.h |
index 9a1afed5864d1197a0951cdc9c6f9721f1faf138..bc571d14e584f2473cc1973183e94765f358c89a 100644 |
--- a/chrome/browser/cocoa/location_bar/content_setting_decoration.h |
+++ b/chrome/browser/cocoa/location_bar/content_setting_decoration.h |
@@ -34,6 +34,11 @@ class ContentSettingDecoration : public ImageDecoration { |
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_; |