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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_selection.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/file_selection.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_selection.js b/ui/file_manager/file_manager/foreground/js/file_selection.js
index 7b47973b221dc5a13b5d16aac36bc8db8e372cd5..c3bf47492c80ef708f9d40a9bb0a9e3f11af1bf9 100644
--- a/ui/file_manager/file_manager/foreground/js/file_selection.js
+++ b/ui/file_manager/file_manager/foreground/js/file_selection.js
@@ -143,7 +143,6 @@ FileSelection.prototype.completeInit = function() {
* @extends {cr.EventTarget}
* @constructor
* @struct
- * @suppress {checkStructDictInheritance}
*/
function FileSelectionHandler(fileManager) {
cr.EventTarget.call(this);
« no previous file with comments | « ui/file_manager/file_manager/common/js/externs.js ('k') | ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698