| 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 ab83342d92eaf39a12e56093338b3d146c9d4d2a..9df43b952ba42ac49351f68b07ac17a59c2c47ee 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -451,6 +451,22 @@
|
| ],
|
| "hidden": true,
|
| "description": "Sets overlay message."
|
| + },
|
| + {
|
| + "name": "canOpenAppBanner",
|
| + "returns": [
|
| + { "name": "result", "type": "boolean" }
|
| + ],
|
| + "hidden": true,
|
| + "handlers": ["browser"]
|
| + },
|
| + {
|
| + "name": "openAppBanner",
|
| + "returns": [
|
| + { "name": "result", "type": "boolean" }
|
| + ],
|
| + "hidden": true,
|
| + "handlers": ["browser"]
|
| }
|
| ],
|
| "events": [
|
|
|