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

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

Issue 23514043: file_manager: Remove unused fields from DriveEntryProperties (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/private_api_drive.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..1c10537f7eea1d83ed3d4bb1e21cd92c336bd3f3 100644
--- a/chrome/common/extensions/api/file_browser_private.json
+++ b/chrome/common/extensions/api/file_browser_private.json
@@ -71,11 +71,6 @@
"type": "object",
"description": "Drive file properties.",
"properties": {
- "fileUrl": {
- "type": "string",
- "optional": true,
- "description": "the URL given for this file."
- },
"thumbnailUrl": {
"type": "string",
"optional": true,
@@ -101,11 +96,6 @@
"optional": true,
"description": "True if the file is hosted on a Drive server instead of local."
},
- "errorCode": {
- "type": "integer",
- "optional": true,
- "description": "The error code (from base::PlatformFileError) if fetching the properties for this file had an error."
- },
"customIconUrl": {
"type": "string",
"optional": true,
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698