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) |
pfeldman
2016/09/06 17:50:11
/** annotation missing.
jam
2016/09/06 18:00:34
Done.
|
+ { |
+ this._securityAgent.showCertificateViewer(certificateId); |
+ } |
} |
/** |