| Index: content/browser/devtools/forwarding_agent_host.h | 
| diff --git a/content/browser/devtools/forwarding_agent_host.h b/content/browser/devtools/forwarding_agent_host.h | 
| index 2b6ccce3050dcca8df5955fe9bbdc71d333b7d5e..25f5b02b62abc8b6a5abcd6e507751167eb58f06 100644 | 
| --- a/content/browser/devtools/forwarding_agent_host.h | 
| +++ b/content/browser/devtools/forwarding_agent_host.h | 
| @@ -37,6 +37,8 @@ class ForwardingAgentHost | 
| GURL GetURL() override; | 
| bool Activate() override; | 
| bool Close() override; | 
| +  void OpenWorkerInspector(BrowserContext* context, | 
| +                           const std::string& id) override; | 
|  | 
| scoped_ptr<DevToolsExternalAgentProxyDelegate> delegate_; | 
| }; | 
|  |