| 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 d0fad668b492522b6f0444cde903cc932d0fec08..1b7bab6aaec34b079b303810558c3ae7c5a6fc32 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.h
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.h
|
| @@ -55,6 +55,8 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
|
|
| virtual bool IsWorker() const OVERRIDE;
|
|
|
| + virtual GURL GetURL() OVERRIDE;
|
| +
|
| protected:
|
| DevToolsAgentHostImpl();
|
| virtual ~DevToolsAgentHostImpl();
|
|
|