| 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 0552d469a206801659ba077d2dd70f2588aa41f1..6eae426cd1434f04b1f9c3f9567950699b0d26b5 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/search_controller.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/search_controller.js
|
| @@ -141,7 +141,7 @@ SearchController.prototype.requestAutocompleteSuggestions_ = function() {
|
| chrome.fileManagerPrivate.searchDriveMetadata(
|
| {
|
| query: searchString,
|
| - types: 'ALL',
|
| + types: chrome.fileManagerPrivate.SearchType.ALL,
|
| maxResults: 4
|
| },
|
| function(suggestions) {
|
|
|