| Index: chrome/browser/cocoa/tab_contents_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_contents_controller.h (revision 9654)
|
| +++ chrome/browser/cocoa/tab_contents_controller.h (working copy)
|
| @@ -29,6 +29,7 @@
|
| CommandUpdater* commands_; // weak, may be nil
|
| TabContentsCommandObserver* observer_; // nil if |commands_| is nil
|
| LocationBar* locationBarBridge_;
|
| + TabContents* contents_; // weak
|
| IBOutlet NSButton* backButton_;
|
| IBOutlet NSButton* forwardButton_;
|
| IBOutlet NSButton* reloadStopButton_;
|
|
|