Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.cc |
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
| index ea872a6957b5757bd88c23c708fecf8612e542aa..297edf1e55464bf28e1480e5587a2972f5bb0ecf 100644 |
| --- a/content/browser/web_contents/web_contents_impl.cc |
| +++ b/content/browser/web_contents/web_contents_impl.cc |
| @@ -3881,6 +3881,11 @@ void WebContentsImpl::RemoveOverlayView() { |
| #endif |
| +void WebContentsImpl::InspectWorker(DevToolsAgentHost* agent_host) { |
| + if (delegate_) |
| + delegate_->InspectWorker(agent_host); |
| +} |
| + |
| void WebContentsImpl::OnDialogClosed(int render_process_id, |
| int render_frame_id, |
| IPC::Message* reply_msg, |