Index: ui/file_manager/gallery/js/gallery.js |
diff --git a/ui/file_manager/gallery/js/gallery.js b/ui/file_manager/gallery/js/gallery.js |
index 027e0e3d2eca302ed4a1511f54933234f863bfca..4d97d06665ffc2327166848d297fffb1e0e20868 100644 |
--- a/ui/file_manager/gallery/js/gallery.js |
+++ b/ui/file_manager/gallery/js/gallery.js |
@@ -17,7 +17,8 @@ ContentMetadataProvider.WORKER_SCRIPT = '/js/metadata_worker.js'; |
*/ |
function Gallery(volumeManager) { |
/** |
- * @type {{appWindow: chrome.app.window.AppWindow, |
+ * @type {{appWindow: chrome.app.window.AppWindow, onClose: function(), |
+ * onMaximize: function(), onMinimize: function(), |
* onAppRegionChanged: function(), readonlyDirName: string, |
* displayStringFunction: function(), loadTimeData: Object, |
* curDirEntry: Entry, searchResults: *}} |