| Index: chrome/browser/ui/cocoa/location_bar/button_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/button_decoration.mm b/chrome/browser/ui/cocoa/location_bar/button_decoration.mm
|
| index 827263802796eb7401d467a3dfc5d22129336f69..f552aa75fd1a0ebdfcf37901d4f5dc2c78e0801a 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/button_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/button_decoration.mm
|
| @@ -169,7 +169,7 @@ bool ButtonDecoration::IsDraggable() {
|
| return false;
|
| }
|
|
|
| -bool ButtonDecoration::OnMousePressed(NSRect frame) {
|
| +bool ButtonDecoration::OnMousePressed(NSRect frame, NSPoint location) {
|
| return false;
|
| }
|
|
|
|
|