Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/search_box.js

Issue 2823793002: Compile search_box in gyp v2. (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager/foreground/js/ui/search_box.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/search_box.js b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
index 1c9dfb1acc07c16c842d52a08a25a25f1e333272..07e39b8069fd5cbcf95e1f0b3b361c6fb1383462 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/search_box.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/search_box.js
@@ -144,7 +144,7 @@ SearchBox.AutocompleteList.prototype.onMouseOver_ = function(event) {
* ListItem element for autocomplete.
*
* @param {Document} document Document.
- * @param {Object} item An object representing a suggestion.
+ * @param {SearchItem|SearchResult} item An object representing a suggestion.
* @constructor
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698