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

Unified Diff: chrome/common/extensions/api/file_browser_private.json

Issue 23956009: file_manager: Remove FileWatchChangedEntry from fileBrowserPrivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/event_router.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"}
}
}
}
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698