| Index: content/shell/browser/shell_devtools_delegate.h
|
| diff --git a/content/shell/browser/shell_devtools_delegate.h b/content/shell/browser/shell_devtools_delegate.h
|
| index ad694c515e0219063c12780e477a2d3f528bf2d6..3ecc0cfc0218d76d2d63af13dbd203122f729ebd 100644
|
| --- a/content/shell/browser/shell_devtools_delegate.h
|
| +++ b/content/shell/browser/shell_devtools_delegate.h
|
| @@ -27,9 +27,8 @@ class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate {
|
| virtual bool BundlesFrontendResources() OVERRIDE;
|
| virtual base::FilePath GetDebugFrontendDir() OVERRIDE;
|
| virtual std::string GetPageThumbnailData(const GURL& url) OVERRIDE;
|
| - virtual RenderViewHost* CreateNewTarget() OVERRIDE;
|
| - virtual TargetType GetTargetType(RenderViewHost*) OVERRIDE;
|
| - virtual std::string GetViewDescription(content::RenderViewHost*) OVERRIDE;
|
| + virtual scoped_refptr<DevToolsTarget> CreateNewTarget() OVERRIDE;
|
| + virtual void EnumerateTargets(TargetCallback callback) OVERRIDE;
|
| virtual scoped_ptr<net::StreamListenSocket> CreateSocketForTethering(
|
| net::StreamListenSocket::Delegate* delegate,
|
| std::string* name) OVERRIDE;
|
|
|