| Index: content/shell/shell_devtools_delegate.h
|
| diff --git a/content/shell/shell_devtools_delegate.h b/content/shell/shell_devtools_delegate.h
|
| index 03342dd33b6063bc6252134a006662bf8b5e1d58..8fda52afc7883f02603074c9d41cd721d9a7e67d 100644
|
| --- a/content/shell/shell_devtools_delegate.h
|
| +++ b/content/shell/shell_devtools_delegate.h
|
| @@ -31,6 +31,7 @@ class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate {
|
| virtual std::string GetPageThumbnailData(const GURL& url) OVERRIDE;
|
| virtual RenderViewHost* CreateNewTarget() OVERRIDE;
|
| virtual TargetType GetTargetType(RenderViewHost*) OVERRIDE;
|
| + virtual std::string GetViewDescription(content::RenderViewHost*) OVERRIDE;
|
|
|
| DevToolsHttpHandler* devtools_http_handler() {
|
| return devtools_http_handler_;
|
|
|