| Index: chrome/browser/cocoa/browser_window_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/browser_window_controller.h (revision 52312)
|
| +++ chrome/browser/cocoa/browser_window_controller.h (working copy)
|
| @@ -122,9 +122,6 @@
|
| // Bar visibility locks and releases only result (when appropriate) in changes
|
| // in visible state when the following is |YES|.
|
| BOOL barVisibilityUpdatesEnabled_;
|
| -
|
| - // Whether the toolbar is collapsed. Currently used only by extension apps.
|
| - BOOL toolbarCollapsed_;
|
| }
|
|
|
| // A convenience class method which gets the |BrowserWindowController| for a
|
| @@ -257,10 +254,6 @@
|
| // browser.
|
| - (void)toggleTabStripDisplayMode;
|
|
|
| -// Called when the toolbar is to be hidden or shown. Right now this only occurs
|
| -// when extension apps don't want the toolbar to be shown.
|
| -- (void)setToolbarCollapsedMode:(BOOL)collapsed;
|
| -
|
| // Called when the Add Search Engine dialog is closed.
|
| - (void)sheetDidEnd:(NSWindow*)sheet
|
| returnCode:(NSInteger)code
|
|
|