| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| index 78b02eef60d4371ccd6b7b0d00e64135670d78a7..cf9cb9ef174261e984923f57cfebb426ad592598 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| @@ -126,6 +126,11 @@ InspectorFrontendHostAPI.prototype = {
|
| setInspectedPageBounds: function(bounds) { },
|
|
|
| /**
|
| + * @param {!Array<string>} certChain
|
| + */
|
| + showCertificateViewer: function(certChain) { },
|
| +
|
| + /**
|
| * @param {string} shortcuts
|
| */
|
| setWhitelistedShortcuts: function(shortcuts) { },
|
|
|