| Index: components/omnibox/browser/omnibox_edit_model.cc
|
| diff --git a/components/omnibox/browser/omnibox_edit_model.cc b/components/omnibox/browser/omnibox_edit_model.cc
|
| index 8b2355f16ce103e8f99e1ca56298835f60aea2c0..c6767dd9f85e37172eaee3c04cb6776360d347ce 100644
|
| --- a/components/omnibox/browser/omnibox_edit_model.cc
|
| +++ b/components/omnibox/browser/omnibox_edit_model.cc
|
| @@ -512,7 +512,7 @@ void OmniboxEditModel::StartAutocomplete(
|
| }
|
|
|
| GURL current_url;
|
| - if (client_->CurrentPageExists() && view_->IsIndicatingQueryRefinement())
|
| + if (client_->CurrentPageExists())
|
| current_url = client_->GetURL();
|
| input_ = AutocompleteInput(
|
| user_text_, cursor_position, std::string(), current_url, ClassifyPage(),
|
|
|