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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.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_list_selection_model.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js b/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js
index 77589fb956dc7bbc2cfc97c43e9caa0c10dae695..596bcda33827625367c73ae4d37cbd7ca10930cd 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js
@@ -7,7 +7,6 @@
* @constructor
* @extends {cr.ui.ListSelectionModel}
* @struct
- * @suppress {checkStructDictInheritance}
*/
function FileListSelectionModel(opt_length) {
cr.ui.ListSelectionModel.call(this, opt_length);
@@ -62,7 +61,6 @@ FileListSelectionModel.prototype.onChangeEvent_ = function(event) {
* @constructor
* @extends {cr.ui.ListSingleSelectionModel}
* @struct
- * @suppress {checkStructDictInheritance}
*/
function FileListSingleSelectionModel(opt_length) {
cr.ui.ListSingleSelectionModel.call(this, opt_length);

Powered by Google App Engine
This is Rietveld 408576698