| Index: chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| diff --git a/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc b/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| index a512660bbf4dd6d65ad3d5c1fb051d2289f6fa4e..1d5acd8500c735fc19ec5092c31eec4db9388679 100644
|
| --- a/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| +++ b/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc
|
| @@ -54,7 +54,6 @@ void AXRootObjWrapper::GetChildren(
|
| void AXRootObjWrapper::Serialize(ui::AXNodeData* out_node_data) {
|
| out_node_data->id = id_;
|
| out_node_data->role = ui::AX_ROLE_DESKTOP;
|
| - out_node_data->state = 0;
|
| out_node_data->AddStringAttribute(ui::AX_ATTR_CHROME_CHANNEL,
|
| chrome::GetChannelString());
|
| }
|
|
|