| Index: third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| index 46fb344c36f0203ec305534884a9f75467204677..a1d774c1b5c6a8fc42f9cecb6621a20a14a72801 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| @@ -22,7 +22,12 @@ WebInspector.SecurityModel.Events = {
|
| }
|
|
|
| WebInspector.SecurityModel.prototype = {
|
| - __proto__: WebInspector.SDKModel.prototype
|
| + __proto__: WebInspector.SDKModel.prototype,
|
| +
|
| + showCertificateViewer: function(certificateId)
|
| + {
|
| + this._securityAgent.showCertificateViewer(certificateId);
|
| + }
|
| }
|
|
|
| /**
|
|
|