Commit 6e677e2f authored by Yuki Awano's avatar Yuki Awano

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

This reverts commit 76ab89d6.

TBR=fukino@chromium.org
BUG=488227

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

Cr-Commit-Position: refs/heads/master@{#333677}
parent 00a56b75
...@@ -17,7 +17,8 @@ ContentMetadataProvider.WORKER_SCRIPT = '/js/metadata_worker.js'; ...@@ -17,7 +17,8 @@ ContentMetadataProvider.WORKER_SCRIPT = '/js/metadata_worker.js';
*/ */
function Gallery(volumeManager) { 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, * 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