| 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 211e420f162c10ed023ae9138e8390149d4df333..49211d0b3d9392735a6384abc3fa1513473865b6 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." }
|
| ]
|
| },
|
|
|