| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| index da64f4a89dc6f157795cb61b38dda1e059051484..3d81772ff5152aa6481a3f1dd32cd51e76ca29b9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| @@ -373,6 +373,14 @@ WebInspector.InspectorFrontendHostStub.prototype = {
|
| },
|
|
|
| /**
|
| + * @param {!Array<string>} certChain
|
| + * @override
|
| + */
|
| + showCertificateViewer: function(certChain)
|
| + {
|
| + },
|
| +
|
| + /**
|
| * @override
|
| * @return {boolean}
|
| */
|
|
|