| Index: chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip_controller.h b/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| index 72a6aed2b3f6b9673e11a4ea5642aa615e2090fb..8e80d36538054c51ef245ec843478a47f2bc9b77 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| @@ -123,9 +123,6 @@ class TabStripController {
|
| // Returns COLOR_TOOLBAR_TOP_SEPARATOR[,_INACTIVE] depending on the activation
|
| // state of the window.
|
| virtual SkColor GetToolbarTopSeparatorColor() const = 0;
|
| -
|
| - // Returns the accessible tab name.
|
| - virtual base::string16 GetAccessibleTabName() const = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_TABS_TAB_STRIP_CONTROLLER_H_
|
|
|