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

Unified Diff: content/public/browser/devtools_external_agent_proxy_delegate.h

Issue 1060053002: [WIP] Support opening an inspector window for ServiceWorker running on Android (chromium) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/public/browser/devtools_agent_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/devtools_external_agent_proxy_delegate.h
diff --git a/content/public/browser/devtools_external_agent_proxy_delegate.h b/content/public/browser/devtools_external_agent_proxy_delegate.h
index 3d55c9a7ec525f9ffe125b0908f875f448d6e832..24a9474a80cb1728f2b89dfd2b4545188b94a5a1 100644
--- a/content/public/browser/devtools_external_agent_proxy_delegate.h
+++ b/content/public/browser/devtools_external_agent_proxy_delegate.h
@@ -11,6 +11,7 @@
namespace content {
+class BrowserContext;
class DevToolsExternalAgentProxy;
// Describes the interface for sending messages to an external DevTools agent.
@@ -26,6 +27,9 @@ class DevToolsExternalAgentProxyDelegate {
// Sends a message to the agent.
virtual void SendMessageToBackend(const std::string& message) = 0;
+
+ virtual void OpenWorkerInspector(BrowserContext* context,
+ const std::string& id) = 0;
};
} // namespace content
« no previous file with comments | « content/public/browser/devtools_agent_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698