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

Unified Diff: Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js

Issue 1063693002: [WIP] Support opening an inspector window for ServiceWorker running on Android (blink) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 8 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
« no previous file with comments | « Source/devtools/front_end/devtools.html ('k') | Source/devtools/front_end/host/InspectorFrontendHost.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js
diff --git a/Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js b/Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js
index 370a872029bdb73760b93feff37aaf37a21b2a7d..9f6134e9040c25fede07f2aebd46e6872580ebb3 100644
--- a/Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js
+++ b/Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js
@@ -344,6 +344,15 @@ WebInspector.InspectorFrontendHostImpl.prototype = {
},
/**
+ * @override
+ * @param {string} id
+ */
+ openWorkerInspector: function(id)
+ {
+ DevToolsAPI.sendMessageToEmbedder("openWorkerInspector", [id], null);
+ },
+
+ /**
* Support for legacy front-ends (<M41).
* @return {string}
*/
« no previous file with comments | « Source/devtools/front_end/devtools.html ('k') | Source/devtools/front_end/host/InspectorFrontendHost.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698