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

Unified Diff: content/browser/devtools/devtools_agent_host_impl.h

Issue 251653003: Introduces DevToolsManagerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove forward declaration of DevToolsAgentHost in chrome_devtools_manager_delegate.h Created 6 years, 7 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 | « chrome/chrome_debugger.gypi ('k') | content/browser/devtools/devtools_agent_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_agent_host_impl.h
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
index 9bd800dc3986453e344f4c43e8c9f2515700acb5..1f11de78ccc07eea3521eb3c4b8860c48bebf32e 100644
--- a/content/browser/devtools/devtools_agent_host_impl.h
+++ b/content/browser/devtools/devtools_agent_host_impl.h
@@ -53,6 +53,8 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
virtual void ConnectRenderViewHost(RenderViewHost* rvh) OVERRIDE;
+ virtual bool IsWorker() OVERRIDE;
kinuko 2014/05/13 03:48:56 nit: could probably be a const method?
horo 2014/05/13 03:55:37 Done.
+
protected:
DevToolsAgentHostImpl();
virtual ~DevToolsAgentHostImpl();
« no previous file with comments | « chrome/chrome_debugger.gypi ('k') | content/browser/devtools/devtools_agent_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698