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

Unified Diff: ui/file_manager/gallery/js/gallery.js

Issue 1172883005: Revert "Fix closure compiler error which is caused by crrev.com/1165913003." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: *}}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698