Index: chrome/browser/ui/views/location_bar/keyword_hint_view.h |
diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.h b/chrome/browser/ui/views/location_bar/keyword_hint_view.h |
index d38c6c1753fbf4277862453eb8e72ea81bfa818e..63046c46d95878e12b9926aa485433d59fa9c396 100644 |
--- a/chrome/browser/ui/views/location_bar/keyword_hint_view.h |
+++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.h |
@@ -34,7 +34,6 @@ class KeywordHintView : public views::View { |
public: |
KeywordHintView(Profile* profile, |
const gfx::FontList& font_list, |
- int font_y_offset, |
SkColor text_color, |
SkColor background_color); |
virtual ~KeywordHintView(); |
@@ -49,7 +48,6 @@ class KeywordHintView : public views::View { |
private: |
views::Label* CreateLabel(const gfx::FontList& font_list, |
- int font_y_offset, |
SkColor text_color, |
SkColor background_color); |