Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/protocol.json |
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json |
| index 6d3e88e58ed627cf7b0f8ddef7cf29c2db1b0d5d..a4dee75f964d01d57778858b78923942424f2fe4 100644 |
| --- a/third_party/WebKit/Source/devtools/protocol.json |
| +++ b/third_party/WebKit/Source/devtools/protocol.json |
| @@ -448,6 +448,16 @@ |
| "description": "Sets overlay message." |
| }, |
| { |
| + "name": "getManifest", |
| + "hidden": true, |
| + "returns": [ |
| + { "name": "data", "type": "string", "optional": true, "description": "Manifest content." }, |
| + { "name": "errors", "type": "array", "items": { "type": "string" }, "optional": true, "description": "List of errors" }, |
| + { "name": "warnings", "type": "array", "items": { "type": "string" }, "optional": true, "description": "List of warnings" } |
| + ], |
| + "handlers": ["none"] |
|
dgozman
2016/04/29 02:28:26
interceptor? manual?
|
| + }, |
| + { |
| "name": "requestAppBanner", |
| "hidden": true, |
| "handlers": ["browser"] |