| Index: content/public/browser/devtools_external_agent_proxy_delegate.h
|
| diff --git a/content/public/browser/devtools_external_agent_proxy_delegate.h b/content/public/browser/devtools_external_agent_proxy_delegate.h
|
| index dcdac0eca3a9f64ea8f04c46cec33c622fb05744..6a8960ac8661aa2dde52b8c99e7344d535fccd6c 100644
|
| --- a/content/public/browser/devtools_external_agent_proxy_delegate.h
|
| +++ b/content/public/browser/devtools_external_agent_proxy_delegate.h
|
| @@ -11,6 +11,7 @@
|
|
|
| namespace content {
|
|
|
| +class BrowserContext;
|
| class DevToolsExternalAgentProxy;
|
|
|
| // Describes the interface for sending messages to an external DevTools agent.
|
| @@ -43,7 +44,7 @@ class DevToolsExternalAgentProxyDelegate {
|
| virtual bool Activate() = 0;
|
|
|
| // Initiates external agent host inspection.
|
| - virtual bool Inspect() = 0;
|
| + virtual bool Inspect(BrowserContext* context) = 0;
|
|
|
| // Reloads agent host.
|
| virtual void Reload() = 0;
|
|
|