Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/location_bar_view.h |
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h |
| index c1ad32ff6dbe16ebb318a6e3e0518895145d3837..9d57d1f893b7bee069d774d5a68b7e871a4e24c6 100644 |
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
| @@ -488,6 +488,9 @@ class LocationBarView : public LocationBar, |
| // An object used to paint the normal-mode background. |
| scoped_ptr<views::Painter> painter_; |
|
dhollowa
2012/09/20 18:33:13
Might be worth renaming this to disambiguate. May
kuan
2012/09/20 18:55:50
Done.
|
| + // An object used to paint the focus border when search mode is |NTP|. |
| + scoped_ptr<views::Painter> search_focus_painter_; |
| + |
| // An icon to the left of the edit field. |
| LocationIconView* location_icon_view_; |