Index: ui/base/test/ui_controls.h |
diff --git a/ui/base/test/ui_controls.h b/ui/base/test/ui_controls.h |
index 971e8f85e9fbc180af4efd873b00d175a5fd4ab2..e54f936ce25e082c4db90fb0e9a162b02bb365cd 100644 |
--- a/ui/base/test/ui_controls.h |
+++ b/ui/base/test/ui_controls.h |
@@ -97,6 +97,13 @@ class UIControlsAura; |
void InstallUIControlsAura(UIControlsAura* instance); |
#endif |
+#if defined(OS_MACOSX) |
+// Returns true when tests need to use extra Tab and Shift-Tab key events |
+// to traverse to the desired item; because the application is configured to |
+// traverse more elements for accessibility reasons. |
+bool IsFullKeyboardAccessEnabled(); |
+#endif |
+ |
} // namespace ui_controls |
#endif // UI_BASE_TEST_UI_CONTROLS_H_ |