| Index: ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js
|
| index 22f31840567aff69f5646ee1c95119222f493f67..1badaaf38c275a1c5c0a73b53073249116d52f95 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/metadata/metadata_cache_set.js
|
| @@ -306,24 +306,4 @@ MetadataCacheSetStorageForLRUCache.prototype.remove = function(url) {
|
| */
|
| MetadataCacheSetStorageForLRUCache.prototype.removeAll = function() {
|
| assertNotReached('Not implemented.');
|
| -};
|
| -
|
| -/**
|
| - * @param {!Entry} entry Entry
|
| - * @param {!Array<string>} names Property name list to be requested.
|
| - * @constructor
|
| - * @struct
|
| - */
|
| -function MetadataRequest(entry, names) {
|
| - /**
|
| - * @public {!Entry}
|
| - * @const
|
| - */
|
| - this.entry = entry;
|
| -
|
| - /**
|
| - * @public {!Array<string>}
|
| - * @const
|
| - */
|
| - this.names = names;
|
| -}
|
| +};
|
|
|