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

Unified Diff: chrome/browser/ui/views/location_bar/selected_keyword_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/selected_keyword_view.h
diff --git a/chrome/browser/ui/views/location_bar/selected_keyword_view.h b/chrome/browser/ui/views/location_bar/selected_keyword_view.h
index 44f2b0754a6890d8fb383e8e1cb264fb35740bbc..0191e114bd61c65847938a0e3155e0a8b6a089db 100644
--- a/chrome/browser/ui/views/location_bar/selected_keyword_view.h
+++ b/chrome/browser/ui/views/location_bar/selected_keyword_view.h
@@ -22,8 +22,6 @@ class Size;
class SelectedKeywordView : public IconLabelBubbleView {
public:
SelectedKeywordView(const gfx::FontList& font_list,
- SkColor text_color,
- SkColor parent_background_color,
Profile* profile);
~SelectedKeywordView() override;
@@ -33,7 +31,6 @@ class SelectedKeywordView : public IconLabelBubbleView {
// IconLabelBubbleView:
SkColor GetTextColor() const override;
- SkColor GetBorderColor() const override;
// views::View:
gfx::Size GetPreferredSize() const override;
@@ -48,8 +45,6 @@ class SelectedKeywordView : public IconLabelBubbleView {
// IconLabelBubbleView:
const char* GetClassName() const override;
- SkColor text_color_;
-
// The keyword we're showing. If empty, no keyword is selected.
// NOTE: we don't cache the TemplateURL as it is possible for it to get
// deleted out from under us.

Powered by Google App Engine
This is Rietveld 408576698