Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index dfa408a1b6ff4e5d9f9252abe48dbfe4fb5ec95d..2634e1135230de3f05e7a7a4caf6abc7ce3018d8 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -926,7 +926,8 @@ |
| { "name": "count", "type": "integer", "description": "New repeat count value." }, |
| { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of most recent message in batch.", "hidden": true } |
| ], |
| - "description": "Issued when subsequent message(s) are equal to the previous one(s)." |
| + "description": "Never happens, will be removed soon.", |
|
pfeldman
2014/03/25 13:09:32
Is not issued. Will be gone in the future versions
sergeyv
2014/03/25 13:42:56
Done.
|
| + "deprecated": true |
| }, |
| { |
| "name": "messagesCleared", |