| Index: chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/keyword_hint_view.h (revision 104769)
|
| +++ chrome/browser/ui/views/location_bar/keyword_hint_view.h (working copy)
|
| @@ -34,8 +34,6 @@
|
|
|
| void SetFont(const gfx::Font& font);
|
|
|
| - void SetColor(const SkColor& color);
|
| -
|
| void SetKeyword(const string16& keyword);
|
| string16 keyword() const { return keyword_; }
|
|
|
| @@ -46,6 +44,8 @@
|
| virtual void Layout();
|
|
|
| private:
|
| + views::Label* CreateLabel();
|
| +
|
| views::Label* leading_label_;
|
| views::Label* trailing_label_;
|
|
|
|
|