Chromium Code Reviews| Index: chrome/common/extensions/api/test.json |
| diff --git a/chrome/common/extensions/api/test.json b/chrome/common/extensions/api/test.json |
| index 3f299f4c67595ac60425dfe639a9ec6cba28a771..17ad5313930e5105debadc44dd66054990d0ebee 100644 |
| --- a/chrome/common/extensions/api/test.json |
| +++ b/chrome/common/extensions/api/test.json |
| @@ -35,6 +35,12 @@ |
| "testDataDirectory": { |
| "type": "string", |
| "description": "file:/// URL for the API test data directory." |
| + }, |
| + "testWebSocketPort": { |
| + "type": "integer", |
| + "description": "The port on which the test WebSocket server is listening.", |
| + "minimum": 0, |
| + "maximum": 65535 |
| } |
| } |
| } |