| Index: ui/views/focus/focus_search.h
|
| diff --git a/ui/views/focus/focus_search.h b/ui/views/focus/focus_search.h
|
| index dd139187c6a27813755da6d85dc7ae0e68662876..9da7df45ae9a28b07f8297dddf47be3f6791b53c 100644
|
| --- a/ui/views/focus/focus_search.h
|
| +++ b/ui/views/focus/focus_search.h
|
| @@ -87,7 +87,8 @@ class VIEWS_EXPORT FocusSearch {
|
| bool IsViewFocusableCandidate(View* v, int skip_group_id);
|
|
|
| // Convenience method; returns true if a view is not NULL and is focusable
|
| - // (checking IsAccessibilityFocusable() if |accessibility_mode_| is true).
|
| + // (checking IsAccessibilityFocusable() if |accessibility_mode_| is true or
|
| + // the associated FocusManager has keyboard accessibility enabled).
|
| bool IsFocusable(View* v);
|
|
|
| // Returns the view selected for the group of the selected view. If the view
|
|
|