Index: chrome/browser/ui/cocoa/tabs/tab_controller.h |
=================================================================== |
--- chrome/browser/ui/cocoa/tabs/tab_controller.h (revision 86295) |
+++ chrome/browser/ui/cocoa/tabs/tab_controller.h (working copy) |
@@ -111,11 +111,6 @@ |
// Update the title color to match the tabs current state. |
- (void)updateTitleColor; |
- |
-// Sets the maximum number of characters that can be truncated from the |
-// beginning of the title. This is used to remove a common prefix among multiple |
-// tabs. |
-- (void)setTitleCommonPrefixLength:(NSUInteger)length; |
@end |
@interface TabController(TestingAPI) |