summaryrefslogtreecommitdiffstats
path: root/views/controls/button/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/button.h')
-rw-r--r--views/controls/button/button.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/controls/button/button.h b/views/controls/button/button.h
index 263e45f..0c9c6c7 100644
--- a/views/controls/button/button.h
+++ b/views/controls/button/button.h
@@ -36,13 +36,13 @@ class Button : public View {
int mouse_event_flags() const { return mouse_event_flags_; }
- void SetAccessibleKeyboardShortcut(const std::wstring& shortcut);
+ void SetAccessibleName(const string16& name);
+ void SetAccessibleKeyboardShortcut(const string16& shortcut);
// Overridden from View:
virtual bool GetTooltipText(const gfx::Point& p,
std::wstring* tooltip) OVERRIDE;
- virtual string16 GetAccessibleKeyboardShortcut() OVERRIDE;
- virtual AccessibilityTypes::Role GetAccessibleRole() OVERRIDE;
+ virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
protected:
// Construct the Button with a Listener. The listener can be NULL. This can be
@@ -61,6 +61,7 @@ class Button : public View {
string16 tooltip_text_;
// Accessibility data.
+ string16 accessible_name_;
string16 accessible_shortcut_;
// The id tag associated with this button. Used to disambiguate buttons in