| Index: chrome/common/extensions/api/file_browser_private.idl
|
| diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
|
| index 91e0d1cd3ede323e5671927fddef9bc6a4e0dc93..501f094b6b70d2cd39683405b675042ca819877c 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.idl
|
| +++ b/chrome/common/extensions/api/file_browser_private.idl
|
| @@ -202,6 +202,12 @@ dictionary DriveEntryProperties {
|
| // True if the file is hosted on a Drive server instead of local.
|
| boolean? isHosted;
|
|
|
| + // True if the file is available offline.
|
| + boolean? isAvailableOffline;
|
| +
|
| + // True if the file is available on metered connection.
|
| + boolean? isAvailableWhenMetered;
|
| +
|
| // URL to the custom icon for this file.
|
| DOMString? customIconUrl;
|
|
|
|
|