Chromium Code Reviews| Index: chrome/common/extensions/api/browsingData.json |
| diff --git a/chrome/common/extensions/api/browsingData.json b/chrome/common/extensions/api/browsingData.json |
| index 8848f6e6063cad90679d55bdc4af6905b5d79ff7..7ba52ccc94be068be750f451ce0feeffe6354bd1 100644 |
| --- a/chrome/common/extensions/api/browsingData.json |
| +++ b/chrome/common/extensions/api/browsingData.json |
| @@ -79,10 +79,10 @@ |
| "optional": true, |
| "description": "Should websites' local storage data be cleared?" |
| }, |
| - "originBoundCertificates": { |
| + "serverBoundCertificates": { |
|
Mihai Parparita -not on Chrome
2012/03/19 23:15:43
FYI: This is technically not a backwards-compatibl
wtc
2012/03/19 23:24:10
Hmm... thanks for pointing this out.
We can consi
|
| "type": "boolean", |
| "optional": true, |
| - "description": "Should origin-bound certificates be removed?" |
| + "description": "Should server-bound certificates be removed?" |
| }, |
| "pluginData": { |
| "type": "boolean", |