| Index: ui/file_manager/file_manager/foreground/js/search_controller.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/search_controller.js b/ui/file_manager/file_manager/foreground/js/search_controller.js
|
| index 8713797b2b5c56585ffdd66a1242dfd7548e0306..ae12d88956cc92ec544e1ad6e62b51d5fdf9e791 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/search_controller.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/search_controller.js
|
| @@ -151,7 +151,7 @@ SearchController.prototype.requestAutocompleteSuggestions_ = function() {
|
| // Discard results for previous requests and fire a new search
|
| // for the most recent query.
|
| if (searchString != this.lastAutocompleteQuery_) {
|
| - this.requestAutocompleteSuggestions_(this.lastAutocompleteQuery_);
|
| + this.requestAutocompleteSuggestions_();
|
| return;
|
| }
|
|
|
|
|