Chromium Code Reviews| Index: content/browser/accessibility/browser_accessibility_win.h |
| diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h |
| index efcb42e8d5827e01306ac38c5a9092e42e6b85b9..1b07c36f770a7ce4ee48f2d99d3f88fff4abf352 100644 |
| --- a/content/browser/accessibility/browser_accessibility_win.h |
| +++ b/content/browser/accessibility/browser_accessibility_win.h |
| @@ -721,7 +721,6 @@ BrowserAccessibilityWin |
| } |
| base::string16 name() const { return win_attributes_->name; } |
| base::string16 description() const { return win_attributes_->description; } |
| - base::string16 help() const { return win_attributes_->help; } |
| base::string16 value() const { return win_attributes_->value; } |
| base::string16 hypertext() const { return win_attributes_->hypertext; } |
| std::map<int32, int32>& hyperlink_offset_to_index() const { |
| @@ -858,6 +857,9 @@ BrowserAccessibilityWin |
| // Updates object attributes of IA2 with html attributes. |
| void UpdateRequiredAttributes(); |
| + void AddRelations(ui::AXIntListAttribute src_attr, |
|
aboxhall
2015/11/13 23:13:49
Comment for this to be consistent with other metho
dmazzoni
2015/11/16 18:52:04
Done.
|
| + const base::string16& iaccessiblerelation_type); |
| + |
| // Windows-specific unique ID (unique within the browser process), |
| // used for get_accChild, NotifyWinEvent, and as the unique ID for |
| // IAccessible2 and ISimpleDOM. |
| @@ -875,7 +877,6 @@ BrowserAccessibilityWin |
| // IAccessible name, description, help, value. |
| base::string16 name; |
| base::string16 description; |
| - base::string16 help; |
| base::string16 value; |
| // IAccessible2 role and state. |