| 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 d27c1479ecbb016e863a02f3be047bc158ba2558..d8d5ab7bd31d225313625840935219111d341633 100644
|
| --- a/chrome/browser/cocoa/location_bar/page_action_decoration.h
|
| +++ b/chrome/browser/cocoa/location_bar/page_action_decoration.h
|
| @@ -51,6 +51,7 @@ class PageActionDecoration : public ImageDecoration,
|
| 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();
|
|
|