Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2811)

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_strip_controller.h

Issue 6821003: [Mac] First pass at multiple selection in the tabstrip. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698