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

Unified Diff: ui/file_manager/file_manager/common/js/util.js

Issue 921043004: [Gallery app] Make the background page use BackgroundBase class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 10 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
« no previous file with comments | « ui/file_manager/externs/gallery_background.js ('k') | ui/file_manager/gallery/js/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/common/js/util.js
diff --git a/ui/file_manager/file_manager/common/js/util.js b/ui/file_manager/file_manager/common/js/util.js
index fcfd4b1a6ebe2216561285062a4db90b5509f86a..ab64c3914d75b6c721b95c5e4843e970fc65ca1c 100644
--- a/ui/file_manager/file_manager/common/js/util.js
+++ b/ui/file_manager/file_manager/common/js/util.js
@@ -775,7 +775,7 @@ util.entriesToURLs = function(entries) {
* Converts array of URLs to an array of corresponding Entries.
*
* @param {Array.<string>} urls Input array of URLs.
- * @param {function(Array.<Entry>, Array.<URL>)=} opt_callback Completion
+ * @param {function(!Array.<!Entry>, !Array.<!URL>)=} opt_callback Completion
* callback with array of success Entries and failure URLs.
* @return {Promise} Promise fulfilled with the object that has entries property
* and failureUrls property. The promise is never rejected.
« no previous file with comments | « ui/file_manager/externs/gallery_background.js ('k') | ui/file_manager/gallery/js/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698