| 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 939c12986dea6e33da1654c0e744758e52f1051e..d273a568f421990a681f1bcb15cc362a7527bc36 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -363,22 +363,6 @@
|
| }
|
| },
|
| {
|
| - "id": "FileWatchChangedEntry",
|
| - "type": "object",
|
| - "description": "Information about changed file or directory",
|
| - "properties": {
|
| - "changeType": {
|
| - "type": "string",
|
| - "enum": ["added", "deleted", "updated"],
|
| - "description": "Specifies type of the change."
|
| - },
|
| - "fileUrl": {
|
| - "type": "string",
|
| - "description": "URL of the changed file."
|
| - }
|
| - }
|
| - },
|
| - {
|
| "id": "FileWatchEvent",
|
| "type": "object",
|
| "description": "Directory change notification details.",
|
| @@ -391,10 +375,6 @@
|
| "directoryUrl": {
|
| "type": "string",
|
| "description": "URL of watched directory."
|
| - },
|
| - "changedEntries": {
|
| - "type": "array",
|
| - "items": {"$ref": "FileWatchChangedEntry"}
|
| }
|
| }
|
| }
|
|
|