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

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: rebase 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/extensions/docs/browsingData.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": {
"type": "boolean",
"optional": true,
- "description": "Should origin-bound certificates be removed?"
+ "description": "Should server-bound certificates be removed?"
},
"pluginData": {
"type": "boolean",
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/common/extensions/docs/browsingData.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698