| Index: ui/accessibility/ax_text_utils.h
|
| diff --git a/ui/accessibility/ax_text_utils.h b/ui/accessibility/ax_text_utils.h
|
| index f760660f561d8e15f8b0327b1e2d504e747dae9c..a0bfcfe626192300e8b6abe769534e86c26cfe86 100644
|
| --- a/ui/accessibility/ax_text_utils.h
|
| +++ b/ui/accessibility/ax_text_utils.h
|
| @@ -53,13 +53,12 @@ size_t AX_EXPORT
|
| AXTextAffinity affinity);
|
|
|
| // Returns a string ID that corresponds to the name of the given action.
|
| -base::string16 AX_EXPORT
|
| -ActionToString(const AXSupportedAction supported_action);
|
| +base::string16 AX_EXPORT ActionToString(const AXDefaultActionVerb action_verb);
|
|
|
| // Returns the non-localized string representation of a supported action.
|
| // Some APIs on Linux and Windows need to return non-localized action names.
|
| base::string16 AX_EXPORT
|
| -ActionToUnlocalizedString(const AXSupportedAction supported_action);
|
| +ActionToUnlocalizedString(const AXDefaultActionVerb action_verb);
|
|
|
| } // namespace ui
|
|
|
|
|