Chromium Code Reviews| Index: ui/file_manager/file_manager/common/js/importer_common.js |
| diff --git a/ui/file_manager/file_manager/common/js/importer_common.js b/ui/file_manager/file_manager/common/js/importer_common.js |
| index 3b77f1e9015c883fbe72bcdf0c615a601a44a3bd..f912c6e41dc586c63cadb1627f7b22fd6c27bdcf 100644 |
| --- a/ui/file_manager/file_manager/common/js/importer_common.js |
| +++ b/ui/file_manager/file_manager/common/js/importer_common.js |
| @@ -29,6 +29,8 @@ importer.ELIGIBLE_VOLUME_TYPES_ = [ |
| * @enum {string} |
| */ |
| importer.Destination = { |
| + // locally copied, but not imported to cloud as of yet. |
| + DEVICE: 'device', |
| GOOGLE_DRIVE: 'google-drive' |
| }; |