| Index: ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| diff --git a/ui/file_manager/file_manager/common/js/volume_manager_common.js b/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| index b6dfea53cb7cec15e906f35b76547912d036d4f6..f4210ade26782ad30005b52834ac44bde41565dc 100644
|
| --- a/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| +++ b/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| @@ -193,3 +193,14 @@ VolumeManagerCommon.VolumeInfoProvider = function() {};
|
| * @return {?VolumeInfo} The VolumeInfo instance or null if not found.
|
| */
|
| VolumeManagerCommon.VolumeInfoProvider.prototype.getVolumeInfo;
|
| +
|
| +/**
|
| + * Fake entries for Google Drive's virtual folders.
|
| + * (OFFLINE, RECENT, and SHARED_WITH_ME)
|
| + * @typedef {?{
|
| + * isDirectory: boolean,
|
| + * rootType: VolumeManagerCommon.RootType,
|
| + * toURL: function(): string
|
| + * }}
|
| + */
|
| +var FakeEntry;
|
|
|