| Index: chrome/browser/cocoa/browser_window_cocoa.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/browser_window_cocoa.h (revision 57723)
|
| +++ chrome/browser/cocoa/browser_window_cocoa.h (working copy)
|
| @@ -125,6 +125,7 @@
|
| int GetCommandId(const NativeWebKeyboardEvent& event);
|
| bool HandleKeyboardEventInternal(NSEvent* event);
|
| NSWindow* window() const; // Accessor for the (current) |NSWindow|.
|
| + void UpdateSidebarForContents(TabContents* tab_contents);
|
|
|
| NotificationRegistrar registrar_;
|
| Browser* browser_; // weak, owned by controller
|
|
|