Index: chrome/browser/ui/views/tabs/tab.cc |
diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc |
index 06ee2367bc10843510ababf34335ccaacb42d472..9bd1dc90d85c95ed1a2464aa425c6d2e23cc06af 100644 |
--- a/chrome/browser/ui/views/tabs/tab.cc |
+++ b/chrome/browser/ui/views/tabs/tab.cc |
@@ -435,7 +435,6 @@ Tab::Tab(TabController* controller) |
set_id(VIEW_ID_TAB); |
- title_->set_directionality_mode(gfx::DIRECTIONALITY_FROM_TEXT); |
title_->SetHorizontalAlignment(gfx::ALIGN_TO_HEAD); |
title_->SetElideBehavior(gfx::FADE_TAIL); |
title_->SetAutoColorReadabilityEnabled(false); |