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..f4133a7145262b1c46927ae258db3e2da18da152 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()->OnOmniboxFocused(AutocompleteInput( |
permanent_text_, base::string16::npos, std::string(), |
delegate_->GetURL(), ClassifyPage(), false, false, true, true, |
ChromeAutocompleteSchemeClassifier(profile_))); |