| Index: ui/file_manager/externs/gallery_background.js
|
| diff --git a/ui/file_manager/externs/gallery_background.js b/ui/file_manager/externs/gallery_background.js
|
| index 79fc857a48d8e02fdeea81453ec920f99953f007..099e8b42351ba4be6bf6404e70a31269ce3f1884 100644
|
| --- a/ui/file_manager/externs/gallery_background.js
|
| +++ b/ui/file_manager/externs/gallery_background.js
|
| @@ -11,14 +11,9 @@
|
| function GalleryWindow() {}
|
|
|
| /**
|
| - * @param {!BackgroundComponents} backgroundComponents Background components.
|
| + * @type {Promise}
|
| */
|
| -window.initialize = function(backgroundComponents) {};
|
| -
|
| -/**
|
| - * @param {!Array.<!Entry>} entries Array of entries.
|
| - */
|
| -window.loadEntries = function(entries) {};
|
| +window.initializePromise;
|
|
|
| /**
|
| * This definition is required by
|
|
|