| Index: chrome/browser/cocoa/tab_contents_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/tab_contents_controller.h (revision 32459)
|
| +++ chrome/browser/cocoa/tab_contents_controller.h (working copy)
|
| @@ -31,6 +31,10 @@
|
| - (id)initWithNibName:(NSString*)name
|
| contents:(TabContents*)contents;
|
|
|
| +// Called when the tab contents is the currently selected tab and is about to be
|
| +// removed from the view hierarchy.
|
| +- (void)willBecomeUnselectedTab;
|
| +
|
| // Called when the tab contents is about to be put into the view hierarchy as
|
| // the selected tab. Handles things such as ensuring the toolbar is correctly
|
| // enabled.
|
|
|