Index: chrome/browser/cocoa/location_bar/page_action_decoration.h |
=================================================================== |
--- chrome/browser/cocoa/location_bar/page_action_decoration.h (revision 54837) |
+++ chrome/browser/cocoa/location_bar/page_action_decoration.h (working copy) |
@@ -50,6 +50,7 @@ |
NSPoint GetBubblePointInFrame(NSRect frame); |
// Overridden from |LocationBarDecoration| |
+ virtual CGFloat GetWidthForSpace(CGFloat width); |
virtual bool AcceptsMousePress() { return true; } |
virtual bool OnMousePressed(NSRect frame); |
virtual NSString* GetToolTip(); |