| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 177ba02f1ac4b5165155576714f230720ed7a221..f8252ed0e39d9eb36efebd94ee03e17df5ecf39b 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -1140,7 +1140,7 @@ void LocationBarView::GetAccessibleState(ui::AXViewState* state) {
|
| state->selection_end = entry_end;
|
|
|
| if (is_popup_mode_) {
|
| - state->state |= ui::AX_STATE_READ_ONLY;
|
| + state->AddStateFlag(ui::AX_STATE_READ_ONLY);
|
| } else {
|
| state->set_value_callback =
|
| base::Bind(&LocationBarView::AccessibilitySetValue,
|
|
|