| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 0edb3bdcd93d51dbc6ec7e22daea0c22c1ac5f57..401061170c0e5e7ce548ada27a297986a8590a65 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -62,6 +62,7 @@ struct WebWindowFeatures;
|
|
|
| namespace content {
|
|
|
| +class DevToolsAgentHost;
|
| struct OpenURLParams;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
| @@ -468,6 +469,8 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| // Returns true if the WebContents is never visible.
|
| virtual bool IsNeverVisible(WebContents* web_contents);
|
|
|
| + virtual void InspectWorker(DevToolsAgentHost* agent_host) {}
|
| +
|
| protected:
|
| virtual ~WebContentsDelegate();
|
|
|
|
|