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 f0ad63e872326b47d49619f3b69ae335fa0e9671..2475079c1a44d84753920552ecf515f1d2ad21ee 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.h |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.h |
@@ -284,6 +284,9 @@ class LocationBarView : public LocationBar, |
// The vertical padding to be applied to all contained views. |
int VerticalPadding() const; |
+ // Updates |location_icon_view_| based on the current state and theme. |
+ void RefreshLocationIcon(); |
+ |
// Updates the visibility state of the Content Blocked icons to reflect what |
// is actually blocked on the current page. Returns true if the visibility |
// of at least one of the views in |content_setting_views_| changed. |