| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 0820217540a21b7b692fe33e3768a12e4d24fddb..597ed907877a0c9b25c3ee400f9c4509ed674be4 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -156,6 +156,9 @@ class TabContents;
|
| // Return a weak pointer to the tab strip controller.
|
| - (TabStripController*)tabStripController;
|
|
|
| +// Access the ObjC controller that contains the infobars.
|
| +- (InfoBarContainerController*)infoBarContainerController;
|
| +
|
| // Access the C++ bridge object representing the status bubble for the window.
|
| - (StatusBubbleMac*)statusBubble;
|
|
|
|
|