| 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 791591665fdae7d0b9a0129b5018752ddbd1b455..1a9360a5670f2d7104637ef204a9be5a468e9fd9 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -845,7 +845,7 @@ void LocationBarView::OnAutocompleteAccept(
|
| }
|
| }
|
|
|
| - if (delegate_->GetInstant())
|
| + if (delegate_->GetInstant() && !location_entry_->model()->IsPopupOpen())
|
| delegate_->GetInstant()->DestroyPreviewContents();
|
|
|
| update_instant_ = true;
|
|
|