| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 38dfebab2f98000ca18674e969f57d1d97034647..809d7304ade8b25193f599fab32d911e1bb593a1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -4338,6 +4338,14 @@
|
| { "name": "title", "type": "string" },
|
| { "name": "url", "type": "string" }
|
| ]
|
| + },
|
| + {
|
| + "id": "RemoteLocation",
|
| + "type": "object",
|
| + "properties": [
|
| + { "name": "host", "type": "string" },
|
| + { "name": "port", "type": "integer" }
|
| + ]
|
| }
|
| ],
|
| "commands": [
|
| @@ -4395,6 +4403,15 @@
|
| "async": true
|
| },
|
| {
|
| + "name": "setRemoteLocations",
|
| + "parameters": [
|
| +
|
| + { "name": "locations", "type": "array", "items": { "$ref": "RemoteLocation" }, "description": "List of remote locations" }
|
| + ],
|
| + "description": "Enables target discovery for the specified locations.",
|
| + "handlers": ["browser"]
|
| + },
|
| + {
|
| "name": "attach",
|
| "description": "Attaches to the target with given id.",
|
| "parameters": [
|
|
|