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

Unified Diff: chrome/browser/ui/views/tabs/side_tab_strip.cc

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/views/tabs/side_tab_strip.cc
===================================================================
--- chrome/browser/ui/views/tabs/side_tab_strip.cc (revision 86295)
+++ chrome/browser/ui/views/tabs/side_tab_strip.cc (working copy)
@@ -289,11 +289,6 @@
return new SideTab(this);
}
-bool SideTabStrip::IgnoreTitlePrefixEliding(BaseTab* tab) {
- DCHECK(tab != NULL);
- return tab->data().title.empty();
-}
-
void SideTabStrip::GenerateIdealBounds() {
gfx::Rect layout_rect = GetContentsBounds();
layout_rect.Inset(kTabStripInset, kTabStripInset);

Powered by Google App Engine
This is Rietveld 408576698