| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 92c8fead92f74035fbe208cf414af2fb8ada5f3e..166a96d732e929fc0f4c0c4ab199bf8ef92c6e43 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -321,6 +321,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const gfx::Point& offset) OVERRIDE;
|
| virtual void RemoveOverlayView() OVERRIDE;
|
| #endif
|
| + virtual void InspectWorker(DevToolsAgentHost* agent_host) OVERRIDE;
|
|
|
| // Implementation of PageNavigator.
|
| virtual WebContents* OpenURL(const OpenURLParams& params) OVERRIDE;
|
|
|