| Index: chrome/browser/ui/views/location_bar/location_icon_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.h b/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| index 62d931077d4c9d6afddeacde09dbd17cb8d173d3..659c81cfebdbd800e2dd9285b0ec290d3c099c0b 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_icon_view.h
|
| @@ -24,7 +24,6 @@ class LocationIconView : public IconLabelBubbleView,
|
| public gfx::AnimationDelegate {
|
| public:
|
| LocationIconView(const gfx::FontList& font_list,
|
| - SkColor parent_background_color,
|
| LocationBarView* location_bar);
|
| ~LocationIconView() override;
|
|
|
| @@ -37,7 +36,6 @@ class LocationIconView : public IconLabelBubbleView,
|
| bool GetTooltipText(const gfx::Point& p,
|
| base::string16* tooltip) const override;
|
| SkColor GetTextColor() const override;
|
| - SkColor GetBorderColor() const override;
|
| bool OnActivate(const ui::Event& event) override;
|
|
|
| // Whether we should show the tooltip for this icon or not.
|
| @@ -48,10 +46,6 @@ class LocationIconView : public IconLabelBubbleView,
|
|
|
| const gfx::FontList& GetFontList() const { return font_list(); }
|
|
|
| - // Set the background image. Pass false for |should_show_ev| for all non-EV
|
| - // HTTPS contexts.
|
| - void SetBackground(bool should_show_ev);
|
| -
|
| // Sets whether the verbose security state text should be visible.
|
| // |should_animate| controls whether any necessary transition to this state
|
| // should be animated.
|
|
|