Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: chrome/common/extensions/api/browsingData.json

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments, remove dead code from spdy_http_stream_spdy2_unittest.cc Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698