| Index: chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| index 7a20c14e450af97cb350cf339f11eccda2b28bfd..ebb37c546c9a350589e421c560634ca780bad72a 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| @@ -61,9 +61,6 @@ class SecurityStateBubbleDecoration : public BubbleDecoration,
|
| // 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;
|
| bool IsDraggable() override;
|
| NSPasteboard* GetDragPasteboard() override;
|
| NSImage* GetDragImage() override;
|
|
|