Index: chrome/browser/cocoa/location_bar/page_action_decoration.h |
diff --git a/chrome/browser/cocoa/location_bar/page_action_decoration.h b/chrome/browser/cocoa/location_bar/page_action_decoration.h |
index 17a7e3361ced2bc1f60a4b5c6cdf4677d24f2fcb..7bbf443712c5bcc228564e47bb0ea016e6f3d13f 100644 |
--- a/chrome/browser/cocoa/location_bar/page_action_decoration.h |
+++ b/chrome/browser/cocoa/location_bar/page_action_decoration.h |
@@ -50,6 +50,7 @@ class PageActionDecoration : public ImageDecoration, |
NSPoint GetBubblePointInFrame(NSRect frame); |
// Overridden from |LocationBarDecoration| |
+ virtual bool AcceptsMousePress() { return true; } |
virtual bool OnMousePressed(NSRect frame); |
virtual NSString* GetToolTip(); |
virtual NSMenu* GetMenu(); |