Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: third_party/WebKit/Source/devtools/front_end/devtools.js

Issue 2421913003: DevTools: allow reattaching main target live. (Closed)
Patch Set: link fixed Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/devtools.js
diff --git a/third_party/WebKit/Source/devtools/front_end/devtools.js b/third_party/WebKit/Source/devtools/front_end/devtools.js
index 3d2d29a85f188066e4b4d6ce5c3c29398ff7b64a..e409f587bc2b3af26c426fbfc1952c585534b956 100644
--- a/third_party/WebKit/Source/devtools/front_end/devtools.js
+++ b/third_party/WebKit/Source/devtools/front_end/devtools.js
@@ -691,6 +691,15 @@ InspectorFrontendHostImpl.prototype = {
/**
* @override
+ * @param {function()} callback
+ */
+ reattach: function(callback)
+ {
+ DevToolsAPI.sendMessageToEmbedder("reattach", [], callback);
+ },
+
+ /**
+ * @override
*/
readyForTest: function()
{

Powered by Google App Engine
This is Rietveld 408576698