| Index: content/public/browser/devtools_manager.h
|
| diff --git a/content/public/browser/devtools_manager.h b/content/public/browser/devtools_manager.h
|
| index e10723d4b79cd067f24542ed22c5405cd898b1fe..c91cb2a0038c32e2fc6fca892bf29f38ac27af73 100644
|
| --- a/content/public/browser/devtools_manager.h
|
| +++ b/content/public/browser/devtools_manager.h
|
| @@ -68,6 +68,9 @@ class CONTENT_EXPORT DevToolsManager {
|
| virtual void AttachClientHost(int client_host_cookie,
|
| DevToolsAgentHost* to_agent) = 0;
|
|
|
| + // Notification the the given client host is opening a window.
|
| + virtual void ClientHostOpening(DevToolsClientHost* client_host) = 0;
|
| +
|
| // This method will remove all references from the manager to the
|
| // DevToolsClientHost and unregister all listeners related to the
|
| // DevToolsClientHost. Called by closing client.
|
|
|