| Index: ui/file_manager/file_manager/background/js/media_import_handler.js
|
| diff --git a/ui/file_manager/file_manager/background/js/media_import_handler.js b/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| index 66d708735ed82917a6961313da72307528f9ad1e..007dc1a9e1b28cda0d57f5005b3542d616da5e1d 100644
|
| --- a/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| +++ b/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| @@ -173,7 +173,8 @@ importer.MediaImportHandler.prototype.onFileImported_ =
|
| // Tag the import with a private drive property.
|
| chrome.fileManagerPrivate.setEntryTag(
|
| info.destination,
|
| - 'private', // Scoped to just this app.
|
| + // Scoped to just this app.
|
| + chrome.fileManagerPrivate.EntryTagVisibility.PRIVATE,
|
| importer.MediaImportHandler.IMPORTS_TAG_KEY,
|
| importer.MediaImportHandler.IMPORTS_TAG_VALUE,
|
| function() {
|
|
|