Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6685)

Unified Diff: chrome/browser/ui/views/location_bar/location_icon_view.h

Issue 2348853004: Remove non-md code in location bar (Views). (Closed)
Patch Set: resolve change collision Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/browser/ui/views/location_bar/location_icon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698