| Index: content/shell/test_runner/web_ax_object_proxy.h
 | 
| diff --git a/content/shell/test_runner/web_ax_object_proxy.h b/content/shell/test_runner/web_ax_object_proxy.h
 | 
| index 9d5f0a0d7acaa0d699ea3ec707de9946367f8751..369dd392bbabcd5fe69bcd42f7c2a005775121bb 100644
 | 
| --- a/content/shell/test_runner/web_ax_object_proxy.h
 | 
| +++ b/content/shell/test_runner/web_ax_object_proxy.h
 | 
| @@ -107,7 +107,8 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
 | 
|    bool IsMultiSelectable();
 | 
|    bool IsSelectedOptionActive();
 | 
|    bool IsExpanded();
 | 
| -  bool IsChecked();
 | 
| +  std::string CheckedState();
 | 
| +  std::string PressedState();
 | 
|    bool IsVisible();
 | 
|    bool IsOffScreen();
 | 
|    bool IsCollapsed();
 | 
| @@ -139,7 +140,6 @@ class WebAXObjectProxy : public gin::Wrappable<WebAXObjectProxy> {
 | 
|    int32_t ColumnCount();
 | 
|    int32_t ColumnHeadersCount();
 | 
|    bool IsClickable();
 | 
| -  bool IsButtonStateMixed();
 | 
|    float BoundsX();
 | 
|    float BoundsY();
 | 
|    float BoundsWidth();
 | 
| 
 |