| 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 df73e4c8b9699a93eb0a1de6b608df224339c5f2..64640c92fd920d24e1e76864bf5d8bf23b74bc82 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -1138,7 +1138,7 @@ void LocationBarView::GetAccessibleState(ui::AXViewState* state) {
|
| state->selection_end = entry_end;
|
|
|
| if (is_popup_mode_) {
|
| - state->state |= ui::AX_STATE_READ_ONLY;
|
| + state->SetStateFlag(ui::AX_STATE_READ_ONLY);
|
| } else {
|
| state->set_value_callback =
|
| base::Bind(&LocationBarView::AccessibilitySetValue,
|
|
|