Chromium Code Reviews| Index: chrome/browser/ui/search/instant_controller.cc |
| diff --git a/chrome/browser/ui/search/instant_controller.cc b/chrome/browser/ui/search/instant_controller.cc |
| index 2c2fbd7d05e34b36e5556793830fd67ce6a3b291..edfc2a10058008897c6a1b952b2f4c03c2802570 100644 |
| --- a/chrome/browser/ui/search/instant_controller.cc |
| +++ b/chrome/browser/ui/search/instant_controller.cc |
| @@ -621,11 +621,6 @@ void InstantController::HandleAutocompleteResults( |
| } else { |
| for (ACProviders::const_iterator provider = providers.begin(); |
| provider != providers.end(); ++provider) { |
| - // We are talking to remote NTP, skip SearchProvider, since it only echoes |
| - // suggestions. |
| - if ((*provider)->type() == AutocompleteProvider::TYPE_SEARCH) |
| - continue; |
| - |
|
sreeram
2013/05/24 21:00:59
This will end up sending NAVSUGGEST as well, re-in
Jered
2013/05/28 17:25:30
Done.
|
| for (ACMatches::const_iterator match = (*provider)->matches().begin(); |
| match != (*provider)->matches().end(); ++match) { |
| InstantAutocompleteResult result; |