Chromium Code Reviews| 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 d4421424d10881a3da18992ade69f5798072a1be..d386fd5ef75edb689100b584857fde3029d24284 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -3831,7 +3831,8 @@ |
| { "name": "options", "type": "string", "optional": true, "deprecated": true, "description": "Tracing options" }, |
| { "name": "bufferUsageReportingInterval", "type": "number", "optional": true, "description": "If set, the agent will issue bufferUsage events at this interval, specified in milliseconds" }, |
| { "name": "transferMode", "type": "string", "enum": ["ReportEvents", "ReturnAsStream"], "optional": true, "description": "Whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to <code>ReportEvents</code>)." }, |
| - { "name": "traceConfig", "$ref": "TraceConfig", "optional": true, "description": "" } |
| + { "name": "traceConfig", "$ref": "TraceConfig", "optional": true, "description": "" }, |
| + { "name": "reloadingBannerMessage", "type": "string", "optional": true, "description": "Banner text to display in the overlay before newly reloaded page has produced any output." } |
|
dgozman
2016/08/08 16:28:00
Why is this tracing-specific? What if reload doesn
|
| ], |
| "handlers": ["browser", "renderer"] |
| }, |