Commit 47de9950 authored by Satoshi Niwa's avatar Satoshi Niwa Committed by Commit Bot

ArcSelectFilesHandler: Pass request->search_query to SelectFileDialog

Bug: 1126742
Test: atest DocumentsTest#testGetContentWithQuery_matchingFileShowing
Change-Id: I4f19e235521056e6a6745f2d2974883fc746e691
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491840
Auto-Submit: Satoshi Niwa <niwa@chromium.org>
Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org>
Reviewed-by: default avatarRyo Hashimoto <hashimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820674}
parent e7e4a27a
...@@ -400,9 +400,7 @@ bool SelectFileDialogHolder::SelectFile( ...@@ -400,9 +400,7 @@ bool SelectFileDialogHolder::SelectFile(
type, type,
/*title=*/base::string16(), default_path, file_types, /*title=*/base::string16(), default_path, file_types,
/*file_type_index=*/0, /*file_type_index=*/0,
/*params=*/nullptr, owner, /*params=*/nullptr, owner, search_query, show_android_picker_apps);
/*search_query=*/"", // TODO(niwa): Pass request->search_query.
show_android_picker_apps);
return true; return true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment