| Index: chrome/browser/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
|
| index 0bd84e901a6214821f40e85a17957474a3105e93..5c21071960afeab118449f45b598dcf2832a4275 100644
|
| --- a/chrome/browser/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/cocoa/browser_window_controller.h
|
| @@ -149,6 +149,12 @@ class TabStripModelObserverBridge;
|
| - (void)showBookmarkBubbleForURL:(const GURL&)url
|
| alreadyBookmarked:(BOOL)alreadyBookmarked;
|
|
|
| +// Returns the toolbar controller. Needed by |TabContentsControllerView|.
|
| +- (ToolbarController*)toolbarController;
|
| +
|
| +// Returns the infobar controller. Needed by |TabContentsControllerView|.
|
| +- (InfoBarContainerController*)infoBarContainerController;
|
| +
|
| // Returns the (lazily created) window sheet controller of this window. Used
|
| // for the per-tab sheets.
|
| - (GTMWindowSheetController*)sheetController;
|
|
|