Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
index 4c4428f00291cf7d2098848c854c71c4810a7b4c..08ef748ae40542670806d36f820e18e561cf4876 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
@@ -211,6 +211,9 @@ class LocationBarViewMac : public LocationBar, |
// Updates the zoom decoration in the omnibox with the current zoom level. |
void UpdateZoomDecoration(); |
+ // Ensures the star decoration is visible or hidden, as required. |
+ void UpdateStarDecorationVisibility(); |
+ |
scoped_ptr<OmniboxViewMac> omnibox_view_; |
CommandUpdater* command_updater_; // Weak, owned by Browser. |