Index: chrome/browser/ui/views/tabs/tab_strip.cc |
diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc |
index 0fb15a9d69a3b106c78a06a2847065117535f179..fdf91f07e4fe6b20072a9004b5a3325ec49cdc4b 100644 |
--- a/chrome/browser/ui/views/tabs/tab_strip.cc |
+++ b/chrome/browser/ui/views/tabs/tab_strip.cc |
@@ -1325,6 +1325,11 @@ SkColor TabStrip::GetToolbarTopSeparatorColor() const { |
return controller_->GetToolbarTopSeparatorColor(); |
} |
+// Returns the accessible tab name for the tab. |
+base::string16 TabStrip::GetAccessibleTabName() const { |
+ return controller_->GetAccessibleTabName(); |
+} |
+ |
int TabStrip::GetBackgroundResourceId(bool* custom_image) const { |
const ui::ThemeProvider* tp = GetThemeProvider(); |