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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [ 5 [
6 { 6 {
7 "namespace": "browsingData", 7 "namespace": "browsingData",
8 "types": [ 8 "types": [
9 { 9 {
10 "id": "RemovalOptions", 10 "id": "RemovalOptions",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "indexedDB": { 72 "indexedDB": {
73 "type": "boolean", 73 "type": "boolean",
74 "optional": true, 74 "optional": true,
75 "description": "Should websites' IndexedDB data be cleared?" 75 "description": "Should websites' IndexedDB data be cleared?"
76 }, 76 },
77 "localStorage": { 77 "localStorage": {
78 "type": "boolean", 78 "type": "boolean",
79 "optional": true, 79 "optional": true,
80 "description": "Should websites' local storage data be cleared?" 80 "description": "Should websites' local storage data be cleared?"
81 }, 81 },
82 "originBoundCertificates": { 82 "serverBoundCertificates": {
83 "type": "boolean", 83 "type": "boolean",
84 "optional": true, 84 "optional": true,
85 "description": "Should origin-bound certificates be removed?" 85 "description": "Should server-bound certificates be removed?"
86 }, 86 },
87 "pluginData": { 87 "pluginData": {
88 "type": "boolean", 88 "type": "boolean",
89 "optional": true, 89 "optional": true,
90 "description": "Should plugins' data be cleared?" 90 "description": "Should plugins' data be cleared?"
91 }, 91 },
92 "passwords": { 92 "passwords": {
93 "type": "boolean", 93 "type": "boolean",
94 "optional": true, 94 "optional": true,
95 "description": "Should the stored passwords be cleared?" 95 "description": "Should the stored passwords be cleared?"
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "type": "function", 322 "type": "function",
323 "description": "Called when websites' WebSQL databases have been cle ared.", 323 "description": "Called when websites' WebSQL databases have been cle ared.",
324 "optional": true, 324 "optional": true,
325 "parameters": [] 325 "parameters": []
326 } 326 }
327 ] 327 ]
328 } 328 }
329 ] 329 ]
330 } 330 }
331 ] 331 ]
OLDNEW
« 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