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

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

Issue 7067007: Remove prefix eliding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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_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)
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tabs/tab_controller.mm » ('j') | chrome/browser/ui/views/tabs/base_tab.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698