| Index: ui/file_manager/file_manager/foreground/js/actions_model.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/actions_model.js b/ui/file_manager/file_manager/foreground/js/actions_model.js
|
| index 8cdff4d708189bf01908da43745ed837965ff88b..1424a91c1eea3d50068b7a5c61f1dfa236a3b751 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/actions_model.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/actions_model.js
|
| @@ -549,14 +549,6 @@ ActionsModel.InternalActionId = {
|
| };
|
|
|
| /**
|
| - * @const {!Array<string>}
|
| - */
|
| -ActionsModel.METADATA_PREFETCH_PROPERTY_NAMES = [
|
| - 'hosted',
|
| - 'pinned'
|
| -];
|
| -
|
| -/**
|
| * @return {!Promise}
|
| */
|
| ActionsModel.prototype.initialize = function() {
|
|
|