Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: ui/accessibility/ax_text_utils.h

Issue 2863703003: A11y: Rename AXSupportedAction to AXDefaultActionVerb. (Closed)
Patch Set: Rebase. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698