Chromium Code Reviews| Index: content/public/browser/web_contents.h |
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
| index fd31c1af4e9733b8072a861e635c4d695625d115..716ec2bfe1d2993eec083928a717318fe2f1dced 100644 |
| --- a/content/public/browser/web_contents.h |
| +++ b/content/public/browser/web_contents.h |
| @@ -44,6 +44,7 @@ struct LoadStateWithParam; |
| namespace content { |
| class BrowserContext; |
| +class DevToolsAgentHost; |
| class InterstitialPage; |
| class PageState; |
| class RenderFrameHost; |
| @@ -593,6 +594,8 @@ class WebContents : public PageNavigator, |
| virtual void RemoveOverlayView() = 0; |
| #endif // OS_ANDROID |
| + virtual void InspectWorker(DevToolsAgentHost* agent_host) = 0; |
|
pfeldman
2014/05/08 10:26:30
Please don't. I don't see how WebContents interfac
horo
2014/05/08 11:29:19
Could you please let me know how I can open DevToo
|
| + |
| private: |
| // This interface should only be implemented inside content. |
| friend class WebContentsImpl; |