Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4183)

Unified Diff: chrome/common/extensions/api/file_manager_private.idl

Issue 2346873004: Added 'starred' to EntryProperty in FileManagerPrivateAPI. (Closed)
Patch Set: Added and modified comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc ('k') | components/drive/drive.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc ('k') | components/drive/drive.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698