| 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 8190ce6dc43197a49948705998c9105f03d4f3d3..aa54dfd6250bd97d7946424d9825265138d7d773 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.h
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.h
|
| @@ -20,6 +20,10 @@ namespace content {
|
| class BrowserContext;
|
| class DevToolsSession;
|
|
|
| +namespace protocol {
|
| +class DevToolsDomainHandler;
|
| +}
|
| +
|
| // Describes interface for managing devtools agents from the browser process.
|
| class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
| public:
|
| @@ -67,6 +71,7 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
|
|
| private:
|
| friend class DevToolsAgentHost; // for static methods
|
| + friend class protocol::DevToolsDomainHandler;
|
| bool InnerAttachClient(DevToolsAgentHostClient* client, bool force);
|
| void InnerDetachClient();
|
| void NotifyAttached();
|
|
|