Index: chrome/common/extensions/api/file_browser_private.json |
diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json |
index 2c90237ac53fa3255b45670b7d349b0a47b027f2..7603f8264d1024884591ea43afde2f81c46921b9 100644 |
--- a/chrome/common/extensions/api/file_browser_private.json |
+++ b/chrome/common/extensions/api/file_browser_private.json |
@@ -85,7 +85,7 @@ |
} |
}, |
{ |
- "id": "DriveFileProperties", |
+ "id": "DriveEntryProperties", |
"type": "object", |
"description": "Drive file properties.", |
"properties": { |
@@ -149,6 +149,11 @@ |
"type": "string", |
"optional": true, |
"description": "Drive MIME type for this file." |
+ }, |
+ "sharedWithMe": { |
+ "type": "boolean", |
+ "optional": true, |
+ "description": "True if the entry is labeled as shared-with-me." |
} |
} |
}, |
@@ -659,7 +664,7 @@ |
] |
}, |
{ |
- "name": "getDriveFileProperties", |
+ "name": "getDriveEntryProperties", |
"description": "Requests Drive file properties for a file", |
"parameters": [ |
{ |
@@ -673,8 +678,8 @@ |
"parameters": [ |
{ |
"name" : "fileProperties", |
- "$ref": "DriveFileProperties", |
- "description": "A dictionary containing properties of the requested file." |
+ "$ref": "DriveEntryProperties", |
+ "description": "A dictionary containing properties of the requested entry." |
} |
] |
} |