| Index: ui/file_manager/file_manager/foreground/js/ui/list_container.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/list_container.js b/ui/file_manager/file_manager/foreground/js/ui/list_container.js
|
| index fed73f516d0eaf0c8d90e290427b1089bb2dcaac..8559fd7d3b1f02cdd8707a652ebca49c357dd0d8 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/list_container.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/list_container.js
|
| @@ -134,21 +134,6 @@ ListContainer.ListType = {
|
| THUMBNAIL: 'thumb'
|
| };
|
|
|
| -/**
|
| - * Metadata property names used by FileTable and FileGrid.
|
| - * These metadata is expected to be cached.
|
| - * @const {!Array<string>}
|
| - */
|
| -ListContainer.METADATA_PREFETCH_PROPERTY_NAMES = [
|
| - 'availableOffline',
|
| - 'contentMimeType',
|
| - 'customIconUrl',
|
| - 'hosted',
|
| - 'modificationTime',
|
| - 'shared',
|
| - 'size',
|
| -];
|
| -
|
| ListContainer.prototype = /** @struct */ {
|
| /**
|
| * @return {!FileTable|!FileGrid}
|
|
|