| Index: chrome/common/extensions/api/file_manager_private.idl
|
| diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
|
| index 51d428a506adc4794b844faf0d5b2102ef0a4e5f..a7f4fb0d64f07a4d168462f957062afca6ec2c0e 100644
|
| --- a/chrome/common/extensions/api/file_manager_private.idl
|
| +++ b/chrome/common/extensions/api/file_manager_private.idl
|
| @@ -167,6 +167,7 @@ enum EntryPropertyName {
|
| contentMimeType,
|
| sharedWithMe,
|
| shared,
|
| + starred,
|
| externalFileUrl
|
| };
|
|
|
| @@ -275,6 +276,9 @@ dictionary EntryProperties {
|
| // by others.)
|
| boolean? shared;
|
|
|
| + // True if the entry is starred by the user.
|
| + boolean? starred;
|
| +
|
| // External file URL to open the file in browser.
|
| DOMString? externalFileUrl;
|
| };
|
|
|