Index: content/shell/shell_content_renderer_client.h |
diff --git a/content/shell/shell_content_renderer_client.h b/content/shell/shell_content_renderer_client.h |
index 05449ee4842383a9c49f33bba1e66ada6ba17729..506e96f946ea1d0c227ce3a796bd995290be425d 100644 |
--- a/content/shell/shell_content_renderer_client.h |
+++ b/content/shell/shell_content_renderer_client.h |
@@ -30,6 +30,9 @@ class ShellContentRendererClient : public ContentRendererClient { |
virtual std::string GetNavigationErrorHtml( |
const WebKit::WebURLRequest& failed_request, |
const WebKit::WebURLError& error) OVERRIDE; |
+ virtual string16 GetNavigationErrorDescription( |
+ const WebKit::WebURLRequest& failed_request, |
+ const WebKit::WebURLError& error) OVERRIDE; |
virtual bool RunIdleHandlerWhenWidgetsHidden() OVERRIDE; |
virtual bool AllowPopup(const GURL& creator) OVERRIDE; |
virtual bool ShouldFork(WebKit::WebFrame* frame, |