| 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 19875e8d94c49610403666a328507261acb86997..f548c063a6db20f7ab85ad365b5e6d3c00a7dcb4 100644
|
| --- a/chrome/common/extensions/api/file_browser_private.json
|
| +++ b/chrome/common/extensions/api/file_browser_private.json
|
| @@ -947,10 +947,10 @@
|
| "type": "object",
|
| "properties": {
|
| "type": {"type": "string"},
|
| - "reasons": {
|
| - "type": "array",
|
| + "reason": {
|
| + "type": "string",
|
| "description": "Reasons of offline.",
|
| - "items": { "type": "string" }
|
| + "optional": true
|
| }
|
| }
|
| }
|
|
|