| 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 923af3665ad6073cd13ff20625c85c06acfc4ab6..bf61203906fd33c4bb832420da3801e49de59f85 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -5122,5 +5122,40 @@
|
| "hidden": true
|
| }
|
| ]
|
| + },
|
| + {
|
| + "domain": "Storage",
|
| + "hidden": true,
|
| + "types": [
|
| + {
|
| + "id": "StorageType",
|
| + "type": "string",
|
| + "enum": [
|
| + "appcache",
|
| + "cookies",
|
| + "file_systems",
|
| + "indexeddb",
|
| + "local_storage",
|
| + "shader_cache",
|
| + "websql",
|
| + "webrtc_indetity",
|
| + "service_workers",
|
| + "cache_storage",
|
| + "all"
|
| + ],
|
| + "description": "Enum of possible storage types."
|
| + }
|
| + ],
|
| + "commands": [
|
| + {
|
| + "name": "clearDataForOrigin",
|
| + "parameters": [
|
| + { "name": "origin", "type": "string", "description": "Security origin." },
|
| + { "name": "storageTypes", "type": "string", "description": "Comma separated origin names." }
|
| + ],
|
| + "description": "Clears storage for origin.",
|
| + "handlers": ["browser"]
|
| + }
|
| + ]
|
| }]
|
| }
|
|
|