| 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 f4d307b33c5ffbe35699c72724fb074a7dcf7057..dc6e5603ff8b24f0eb3a4e2f86a8acad750bf40f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -460,12 +460,13 @@
|
| "handlers": ["browser"]
|
| },
|
| {
|
| - "name": "setOverlayMessage",
|
| + "name": "configureOverlay",
|
| "parameters": [
|
| - { "name": "message", "type": "string", "optional": true, "description": "Overlay message to display when paused in debugger." }
|
| + { "name": "suspended", "type": "boolean", "optional": true, "description": "Whether overlay should be suspended and not consume any resources." },
|
| + { "name": "message", "type": "string", "optional": true, "description": "Overlay message to display." }
|
| ],
|
| "hidden": true,
|
| - "description": "Sets overlay message."
|
| + "description": "Configures overlay."
|
| },
|
| {
|
| "name": "getAppManifest",
|
|
|