Commit 76ab89d6 authored by yawano's avatar yawano Committed by Commit bot

Fix closure compiler error which is caused by crrev.com/1165913003.

BUG=488227
TEST=GYP_GENERATORS=ninja tools/gyp/gyp --depth . ui/file_manager/gallery/js/compiled_resources.gyp && ninja -C out/Default

Review URL: https://codereview.chromium.org/1151503006

Cr-Commit-Position: refs/heads/master@{#332821}
parent 6298e996
...@@ -17,8 +17,7 @@ ContentMetadataProvider.WORKER_SCRIPT = '/js/metadata_worker.js'; ...@@ -17,8 +17,7 @@ ContentMetadataProvider.WORKER_SCRIPT = '/js/metadata_worker.js';
*/ */
function Gallery(volumeManager) { function Gallery(volumeManager) {
/** /**
* @type {{appWindow: chrome.app.window.AppWindow, onClose: function(), * @type {{appWindow: chrome.app.window.AppWindow,
* onMaximize: function(), onMinimize: function(),
* onAppRegionChanged: function(), readonlyDirName: string, * onAppRegionChanged: function(), readonlyDirName: string,
* displayStringFunction: function(), loadTimeData: Object, * displayStringFunction: function(), loadTimeData: Object,
* curDirEntry: Entry, searchResults: *}} * curDirEntry: Entry, searchResults: *}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment