Chromium Code Reviews| 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 cf9cb9ef174261e984923f57cfebb426ad592598..22db5eb1cde51f93a7c6fded5c8b9b2a4dedf0c5 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js |
| @@ -290,10 +290,16 @@ InspectorFrontendHostAPI.prototype = { |
| showContextMenuAtPoint: function(x, y, items, document) { }, |
| /** |
| + * @param {function()} callback |
| + */ |
| + reattach: function(callback) { }, |
| + |
| + /** |
| * @return {boolean} |
| */ |
| isUnderTest: function() { }, |
| + |
|
dgozman
2016/10/15 00:26:26
extra blank line
|
| readyForTest: function() { }, |
| /** |