Index: content/browser/accessibility/browser_accessibility.h |
diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h |
index 10bde83c4f3db5203b3028425ad448bb930422d3..1dda9acd474e4fd5447ded26b073be1fcc409906 100644 |
--- a/content/browser/accessibility/browser_accessibility.h |
+++ b/content/browser/accessibility/browser_accessibility.h |
@@ -274,8 +274,9 @@ class CONTENT_EXPORT BrowserAccessibility { |
// True if this is a web area, and its grandparent is a presentational iframe. |
bool IsWebAreaForPresentationalIframe() const; |
- // Is any control, like a button, text field, etc. |
bool IsControl() const; |
aboxhall
2015/10/30 19:40:45
Perhaps reinstate the method comment as well?
|
+ // Indicates whether this is a control with a visible value, like a combo box. |
+ bool IsControlWithVisibleValue() const; |
protected: |
BrowserAccessibility(); |