| 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 26f8e3b4f2d0d5e6e9b98b19a28a5e108664b891..5367789cd68349f1182ba056be18864cfeec73ce 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -1074,7 +1074,7 @@
|
| },
|
| "types": {
|
| "type": "string",
|
| - "enum": ["EXCLUDE_DIRECTORIES", "ALL"],
|
| + "enum": ["EXCLUDE_DIRECTORIES", "SHARED_WITH_ME", "ALL"],
|
| "optional": true,
|
| "description": "The type of entry that is needed. Default to ALL."
|
| },
|
|
|