| 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 e069b4d511ce3b6c3396e55cb64007e8811a2abf..21dab106d36b841b0d928f9c5ba4123721924100 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -1223,6 +1223,8 @@
|
| { "name": "workerReady", "type": "number", "description": "Finished Starting ServiceWorker.", "hidden": true },
|
| { "name": "sendStart", "type": "number", "description": "Started sending request." },
|
| { "name": "sendEnd", "type": "number", "description": "Finished sending request." },
|
| + { "name": "pushStart", "type": "number", "description": "Time the server started pushing request.", "hidden": true },
|
| + { "name": "pushEnd", "type": "number", "description": "Time the server finished pushing request.", "hidden": true },
|
| { "name": "receiveHeadersEnd", "type": "number", "description": "Finished receiving response headers." }
|
| ]
|
| },
|
|
|