Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js b/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js |
| index b81fb233399469cf4b1465a1872067f3ef1630e5..4495dcf63c8bd79c2e7296ae805836273ebe9899 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js |
| @@ -420,6 +420,20 @@ InspectorBackendClass.Connection.prototype = { |
| console.log(message); |
| }, |
| + |
|
dgozman
2016/10/15 00:26:26
extra blank line
|
| + close: function() |
| + { |
| + this.forceClose(); |
| + this.connectionClosed("force close"); |
| + }, |
| + |
| + /** |
| + * @protected |
| + */ |
| + forceClose: function() |
| + { |
| + }, |
| + |
| /** |
| * @protected |
| * @param {string} reason |