| Index: chrome/browser/cocoa/browser_window_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/browser_window_controller.h (revision 11933)
|
| +++ chrome/browser/cocoa/browser_window_controller.h (working copy)
|
| @@ -12,6 +12,7 @@
|
|
|
| class Browser;
|
| class BrowserWindow;
|
| +class BrowserWindowCocoa;
|
| class LocationBar;
|
| class TabContents;
|
| @class TabStripView;
|
| @@ -22,7 +23,7 @@
|
| NSWindowController<NSUserInterfaceValidations> {
|
| @private
|
| Browser* browser_;
|
| - BrowserWindow* windowShim_;
|
| + BrowserWindowCocoa* windowShim_;
|
| TabStripController* tabStripController_;
|
|
|
| IBOutlet NSBox* contentBox_;
|
| @@ -70,6 +71,10 @@
|
| // Make the location bar the first responder, if possible.
|
| - (void)focusLocationBar;
|
|
|
| +- (BOOL)isBookmarkBarVisible;
|
| +
|
| +- (void)toggleBookmarkBar;
|
| +
|
| @end
|
|
|
| #endif // CHROME_BROWSER_BROWSER_WINDOW_CONTROLLER_H_
|
|
|