| Index: third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| index 5344fadbc65e9799d4f3a989d887b7f7e8d49f2c..8d202f0f53b724e3aac1335c865acc3d0e966b11 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
| @@ -1333,7 +1333,8 @@
|
| "returns": [
|
| { "name": "result", "$ref": "CertificateDetails", "description": "Certificate details." }
|
| ],
|
| - "handlers": ["browser"]
|
| + "handlers": ["browser"],
|
| + "experimental": true
|
| },
|
| {
|
| "name": "showCertificateViewer",
|
| @@ -1341,7 +1342,8 @@
|
| "parameters": [
|
| { "name": "certificateId", "$ref": "Security.CertificateId", "description": "Certificate id." }
|
| ],
|
| - "handlers": ["browser"]
|
| + "handlers": ["browser"],
|
| + "experimental": true
|
| }
|
| ],
|
| "events": [
|
|
|