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

Unified Diff: ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js

Issue 1309843003: Remove @suppress {checkStructDictInheritance} from ui/file_manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-args
Patch Set: Created 5 years, 4 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
Index: ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
diff --git a/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js b/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
index 772b689ed34d8ed902c19bf3b127fc2599c4e15a..f16931f5e4e05e2f9f3ea1c93878d0a0391e987c 100644
--- a/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
+++ b/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
@@ -18,7 +18,6 @@
* @struct
* @constructor
* @extends {cr.EventTarget}
- * @suppress {checkStructDictInheritance}
*/
function ListThumbnailLoader(
directoryModel, thumbnailModel, volumeManager,
@@ -325,7 +324,6 @@ ListThumbnailLoader.prototype.dispatchThumbnailLoaded_ = function(
* @param {number} index Index of an original image in the current data model.
* @param {!ListThumbnailLoader.ThumbnailData} thumbnail Thumbnail.
* @extends {Event}
- * @suppress {checkStructDictInheritance}
* @constructor
* @struct
*/

Powered by Google App Engine
This is Rietveld 408576698