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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/file_table_list.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_table_list.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js b/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
index 3476fd81130d1103fc7d43b7fe33f1fc157aecd9..609f8d7a277a07736e99fbda511f431dd8ec790c 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
@@ -7,7 +7,6 @@
* @constructor
* @struct
* @extends {cr.ui.table.TableList}
- * @suppress {checkStructDictInheritance}
*/
function FileTableList() {}
@@ -52,7 +51,6 @@ FileTableList.prototype.createSelectionController = function(sm) {
* @constructor
* @extends {cr.ui.ListSelectionController}
* @struct
- * @suppress {checkStructDictInheritance}
*/
function FileListSelectionController(selectionModel) {
cr.ui.ListSelectionController.call(this, selectionModel);
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js ('k') | ui/file_manager/gallery/js/ribbon.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698