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

Unified Diff: ui/file_manager/file_manager/foreground/js/navigation_list_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/navigation_list_model.js
diff --git a/ui/file_manager/file_manager/foreground/js/navigation_list_model.js b/ui/file_manager/file_manager/foreground/js/navigation_list_model.js
index 51d6653f7a6b485d3a8e50b2d4234af4ff9053e3..a817289675397e7d046cd652602d7ce026a9a2b6 100644
--- a/ui/file_manager/file_manager/foreground/js/navigation_list_model.js
+++ b/ui/file_manager/file_manager/foreground/js/navigation_list_model.js
@@ -16,7 +16,6 @@ var NavigationModelItemType = {
* @param {string} label
* @param {NavigationModelItemType} type
* @constructor
- * @suppress {checkStructDictInheritance}
* @struct
*/
function NavigationModelItem(label, type) {
@@ -36,7 +35,6 @@ NavigationModelItem.prototype = /** @struct */ {
* @param {!DirectoryEntry} entry Entry. Cannot be null.
* @constructor
* @extends {NavigationModelItem}
- * @suppress {checkStructDictInheritance}
* @struct
*/
function NavigationModelShortcutItem(label, entry) {
@@ -79,7 +77,6 @@ NavigationModelVolumeItem.prototype = /** @struct */ {
* @param {string} icon Name of an icon on the menu button.
* @constructor
* @extends {NavigationModelItem}
- * @suppress {checkStructDictInheritance}
* @struct
*/
function NavigationModelMenuItem(label, menu, icon) {

Powered by Google App Engine
This is Rietveld 408576698