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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/file_grid.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/ui/file_grid.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_grid.js b/ui/file_manager/file_manager/foreground/js/ui/file_grid.js
index 66d37542fafa41997abf5876c1bb32a89fbe2cc0..1aa23906afcbf7a39629ef1f5e1297f684f07e86 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_grid.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_grid.js
@@ -861,7 +861,6 @@ FileGrid.prototype.getHitElements = function(x, y, opt_width, opt_height) {
* @constructor
* @extends {cr.ui.GridSelectionController}
* @struct
- * @suppress {checkStructDictInheritance}
*/
function FileGridSelectionController(selectionModel, grid) {
cr.ui.GridSelectionController.call(this, selectionModel, grid);

Powered by Google App Engine
This is Rietveld 408576698