Chromium Code Reviews| Index: chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
| index 5ee59d749a0f2b1c38db01885e77a52cb14b8d9e..9a8d1e7761e8d3c97725dbd9a7b8a7375421bc84 100644 |
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
| @@ -170,10 +170,10 @@ class NotificationBridge; |
| delegate:(id<TabStripControllerDelegate>)delegate; |
| // Return the view for the currently selected tab. |
|
Avi (use Gerrit)
2011/04/09 16:32:30
update comment: selected>active
Robert Sesek
2011/04/19 21:03:38
Done.
|
| -- (NSView*)selectedTabView; |
| +- (NSView*)activeTabView; |
| // Set the frame of the selected tab, also updates the internal frame dict. |
|
Avi (use Gerrit)
2011/04/09 16:32:30
update comment: selected>active
Robert Sesek
2011/04/19 21:03:38
Done.
|
| -- (void)setFrameOfSelectedTab:(NSRect)frame; |
| +- (void)setFrameOfActiveTab:(NSRect)frame; |
| // Move the given tab at index |from| in this window to the location of the |
| // current placeholder. |