| Index: chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| index 27e0cd3eaf77cda76232d89b38595b4f1231c85b..c4be3e8c9aa886937050fbcd3203096ffb54d9bd 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_window_controller.h
|
| @@ -137,11 +137,11 @@
|
| // no content.
|
| - (BOOL)hasLiveTabs;
|
|
|
| -// Return the view of the selected tab.
|
| -- (NSView *)selectedTabView;
|
| +// Return the view of the active tab.
|
| +- (NSView*)activeTabView;
|
|
|
| -// The title of the selected tab.
|
| -- (NSString*)selectedTabTitle;
|
| +// The title of the active tab.
|
| +- (NSString*)activeTabTitle;
|
|
|
| // Called to check whether or not this controller's window has a tab strip (YES
|
| // if it does, NO otherwise). The default implementation returns YES.
|
|
|