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

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

Issue 204043003: remove dead code from devtools worker management (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/browser/devtools/worker_devtools_manager.cc ('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_agent_host.h
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h
index 3b0881c1ab7db2fa6d73009d1dc1838384850187..b98363ebf24c54aa45ebf225a7d8649b3e167053 100644
--- a/content/public/browser/devtools_agent_host.h
+++ b/content/public/browser/devtools_agent_host.h
@@ -37,11 +37,6 @@ class CONTENT_EXPORT DevToolsAgentHost
static scoped_refptr<DevToolsAgentHost> GetForWorker(int worker_process_id,
int worker_route_id);
- // Returns true iff an instance of DevToolsAgentHost exists for the shared
- // worker with given process host id and routing id.
- static bool HasForWorker(int worker_process_id,
- int worker_route_id);
-
static bool IsDebuggerAttached(WebContents* web_contents);
// Returns a list of all existing RenderViewHost's that can be debugged.
« no previous file with comments | « content/browser/devtools/worker_devtools_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698