| Index: chrome/common/extensions/api/webview_tag.json
|
| diff --git a/chrome/common/extensions/api/webview_tag.json b/chrome/common/extensions/api/webview_tag.json
|
| index 09f3ca8a79508d1cdd410b0887f88b9309c68365..96eca615ee87a526a8690ac287b95eec17329e1c 100644
|
| --- a/chrome/common/extensions/api/webview_tag.json
|
| +++ b/chrome/common/extensions/api/webview_tag.json
|
| @@ -30,17 +30,10 @@
|
| "description": "A set of data types. Missing properties are interpreted as <code>false</code>.",
|
| "properties": {
|
| "appcache": { "type": "boolean", "optional": true, "description": "Websites' appcaches." },
|
| - "cache": { "type": "boolean", "optional": true, "description": "The partition's cache. Note: This clears the entire cache regardless of the age passed to <code>clearData</code>." },
|
| "cookies": { "type": "boolean", "optional": true, "description": "The partition's cookies." },
|
| - "downloads": { "type": "boolean", "optional": true, "description": "The partition's download list." },
|
| "fileSystems": { "type": "boolean", "optional": true, "description": "Websites' filesystems." },
|
| - "formData": { "type": "boolean", "optional": true, "description": "The partition's stored form data." },
|
| - "history": { "type": "boolean", "optional": true, "description": "The partition's history." },
|
| "indexedDB": { "type": "boolean", "optional": true, "description": "Websites' IndexedDB data." },
|
| "localStorage": { "type": "boolean", "optional": true, "description": "Websites' local storage data." },
|
| - "serverBoundCertificates": { "type": "boolean", "optional": true, "description": "Server-bound certificates." },
|
| - "pluginData": { "type": "boolean", "optional": true, "description": "Plugins' data." },
|
| - "passwords": { "type": "boolean", "optional": true, "description": "Stored passwords." },
|
| "webSQL": { "type": "boolean", "optional": true, "description": "Websites' WebSQL data." }
|
| }
|
| },
|
|
|