| 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 ee61904d0623f42ee37aed7cbec0ef15cc83a6b2..8e85c5c6e838d092582c15338cbbcefe84a714b2 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -1803,6 +1803,12 @@
|
| "description": "Disables storage tracking, prevents storage events from being sent to the client."
|
| },
|
| {
|
| + "name": "clear",
|
| + "parameters": [
|
| + { "name": "storageId", "$ref": "StorageId" }
|
| + ]
|
| + },
|
| + {
|
| "name": "getDOMStorageItems",
|
| "parameters": [
|
| { "name": "storageId", "$ref": "StorageId" }
|
|
|