| Index: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| index 902ab6e433a712af959028bdc403c75eb2256d9a..17ba20021db598f93595807254052d041a0770a2 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| @@ -34,9 +34,6 @@ class BubbleDecoration : public LocationBarDecoration {
|
| // Implement |LocationBarDecoration|.
|
| CGFloat GetWidthForSpace(CGFloat width) override;
|
| void DrawInFrame(NSRect frame, NSView* control_view) override;
|
| - void DrawWithBackgroundInFrame(NSRect background_frame,
|
| - NSRect frame,
|
| - NSView* control_view) override;
|
| NSFont* GetFont() const override;
|
|
|
| protected:
|
|
|