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