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..a5d11271afbf1aae66559841551c61931cc833bd 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. Not used for material design. |
scoped_ptr<views::Painter> border_painter_; |
// An icon to the left of the edit field. |