| Index: ui/accessibility/platform/ax_platform_node_delegate.h
|
| diff --git a/ui/accessibility/platform/ax_platform_node_delegate.h b/ui/accessibility/platform/ax_platform_node_delegate.h
|
| index a46e3873936ca49588b2e942d9034610eee4a8a1..1e27f3f00a09f5d3754b07db46ada6405b934882 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_delegate.h
|
| +++ b/ui/accessibility/platform/ax_platform_node_delegate.h
|
| @@ -86,6 +86,9 @@ class AX_EXPORT AXPlatformNodeDelegate {
|
|
|
| // Change the value of a control, such as the text content of a text field.
|
| virtual bool SetStringValue(const base::string16& new_value) = 0;
|
| +
|
| + // Whether the string value is settable.
|
| + virtual bool CanSetStringValue() = 0;
|
| };
|
|
|
| } // namespace ui
|
|
|