| Index: chrome/browser/cocoa/toolbar_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/toolbar_controller.h (revision 41123)
|
| +++ chrome/browser/cocoa/toolbar_controller.h (working copy)
|
| @@ -76,6 +76,7 @@
|
| BooleanPrefMember showPageOptionButtons_;
|
| BOOL hasToolbar_; // If NO, we may have only the location bar.
|
| BOOL hasLocationBar_; // If |hasToolbar_| is YES, this must also be YES.
|
| + BOOL locationBarAtMinSize_; // If the location bar is at the minimum size.
|
|
|
| // We have an extra retain in the locationBar_.
|
| // See comments in awakeFromNib for more info.
|
|
|