| 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 1459ea60f5679c23a6dac863aa92af47f8127bf6..8268faa2642cc71834f46f2fcab9a9b6624b8276 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
|
| @@ -266,6 +266,9 @@ class LocationBarViewMac : public LocationBar,
|
| // Used to change the visibility of the star decoration.
|
| BooleanPrefMember edit_bookmarks_enabled_;
|
|
|
| + // Indicates whether or not the location bar is currently visible.
|
| + bool location_bar_visible_;
|
| +
|
| // Used to schedule a task for the first run info bubble.
|
| base::WeakPtrFactory<LocationBarViewMac> weak_ptr_factory_;
|
|
|
|
|