| Index: chrome/common/extensions/api/test.json
|
| diff --git a/chrome/common/extensions/api/test.json b/chrome/common/extensions/api/test.json
|
| index 4776d9a09b027f0446e8dcda051b1cda53320f5a..61ae9864178367e416159f3f060f95fd9d6aab29 100644
|
| --- a/chrome/common/extensions/api/test.json
|
| +++ b/chrome/common/extensions/api/test.json
|
| @@ -23,6 +23,19 @@
|
| "optional": true,
|
| "description": "Additional string argument to pass to test."
|
| },
|
| + "ftpServer": {
|
| + "type": "object",
|
| + "optional": true,
|
| + "description": "Details on the FTP server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartFTPServer().",
|
| + "properties": {
|
| + "port": {
|
| + "type": "integer",
|
| + "description": "The port on which the FTP server is listening.",
|
| + "minimum": 1024,
|
| + "maximum": 65535
|
| + }
|
| + }
|
| + },
|
| "testServer": {
|
| "type": "object",
|
| "optional": true,
|
|
|