| Index: chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| index 18bf760e298cabe24c77251c090f989175f2648e..c16f5655d44567627b9a58d37df0d24eb4071dbd 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| @@ -948,7 +948,7 @@ void OmniboxEditModel::OnSetFocus(bool control_down) {
|
| // that we avoid PermanentURL() here because it's not guaranteed to give us
|
| // the actual underlying current URL, e.g. if we're on the NTP and the
|
| // |permanent_text_| is empty.
|
| - autocomplete_controller()->StartZeroSuggest(AutocompleteInput(
|
| + autocomplete_controller()->StartOnOmniboxFocus(AutocompleteInput(
|
| permanent_text_, base::string16::npos, std::string(),
|
| delegate_->GetURL(), ClassifyPage(), false, false, true, true,
|
| ChromeAutocompleteSchemeClassifier(profile_)));
|
|
|