Index: chrome/browser/ui/toolbar/toolbar_action_view_controller.h |
diff --git a/chrome/browser/ui/toolbar/toolbar_action_view_controller.h b/chrome/browser/ui/toolbar/toolbar_action_view_controller.h |
index b185ab4d86b97258604b0dbf138ae269343cb7fa..9906aa6d06bd9c55f84c7c53c526faf67b634768 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_action_view_controller.h |
+++ b/chrome/browser/ui/toolbar/toolbar_action_view_controller.h |
@@ -39,6 +39,10 @@ class ToolbarActionViewController { |
// Returns the icon and the badge, if any, for the current tab. |
virtual gfx::ImageSkia GetIconWithBadge() = 0; |
+ // Returns the name of the action, which can be separate from the accessible |
+ // name or name for the tooltip. |
+ virtual base::string16 GetActionName() const = 0; |
+ |
// Returns the accessible name to use for the given |web_contents|. |
virtual base::string16 GetAccessibleName(content::WebContents* web_contents) |
const = 0; |