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 b98df637dbc1e759c6f61b35d4c49f5336b8f2fb..d5dba9ee3558b6bf04b7805242dcd16cbc8ca61c 100644 |
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
| @@ -402,7 +402,7 @@ class LocationBarView : public LocationBar, |
| // Our delegate. |
| Delegate* delegate_; |
| - // Object used to paint the border. |
| + // Object used to paint the border when not being used in Material Design. |
|
tdanderson
2015/09/28 15:52:12
nit: how about something like "Object used to pain
jonross
2015/09/28 17:42:30
Done.
|
| scoped_ptr<views::Painter> border_painter_; |
| // An icon to the left of the edit field. |