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

Unified Diff: content/public/browser/devtools_agent_host.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
Index: content/public/browser/devtools_agent_host.h
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h
index 49feaf1d163989d917614b764b88ecfe8302e239..f4976e8188614eec0e2a53ae100d5174d00ef3bb 100644
--- a/content/public/browser/devtools_agent_host.h
+++ b/content/public/browser/devtools_agent_host.h
@@ -121,6 +121,9 @@ class CONTENT_EXPORT DevToolsAgentHost
// Closes agent host. Returns false if the operation failed.
virtual bool Close() = 0;
+ virtual void OpenWorkerInspector(BrowserContext* context,
+ const std::string& id) = 0;
+
// Terminates all debugging sessions and detaches all clients.
static void DetachAllClients();

Powered by Google App Engine
This is Rietveld 408576698