| Index: content/browser/accessibility/accessibility_tree_formatter_utils_win.h
|
| diff --git a/content/browser/accessibility/accessibility_tree_formatter_utils_win.h b/content/browser/accessibility/accessibility_tree_formatter_utils_win.h
|
| index 37d93b5095be57f6bb53de0931b91f20997c4fee..86b377a64ef5bdaf8ce9754d1aac2808f9aaf472 100644
|
| --- a/content/browser/accessibility/accessibility_tree_formatter_utils_win.h
|
| +++ b/content/browser/accessibility/accessibility_tree_formatter_utils_win.h
|
| @@ -20,10 +20,7 @@
|
| int32 ia_state, std::vector<base::string16>* result);
|
| CONTENT_EXPORT base::string16 IAccessible2StateToString(int32 ia2_state);
|
| CONTENT_EXPORT void IAccessible2StateToStringVector(
|
| - int32 ia_state, std::vector<base::string16>* result);
|
| -
|
| -// Handles both IAccessible/MSAA events and IAccessible2 events.
|
| -CONTENT_EXPORT base::string16 AccessibilityEventToString(int32 event_id);
|
| + int32 ia_state, std::vector<base::string16>* result);
|
|
|
| } // namespace content
|
|
|
|
|