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 b8c1bc748b984ee531e1ff2a03bc7c5085226925..849ec333d20af31faca2fdcd6c5e2dd90766dd92 100644 |
--- a/content/shell/shell_content_renderer_client.h |
+++ b/content/shell/shell_content_renderer_client.h |
@@ -15,13 +15,8 @@ class WebPlugin; |
struct WebPluginParams; |
} |
-namespace WebTestRunner { |
-class WebTestProxyBase; |
-} |
- |
namespace content { |
-class RenderView; |
class ShellRenderProcessObserver; |
class ShellContentRendererClient : public ContentRendererClient { |
@@ -35,11 +30,6 @@ class ShellContentRendererClient : public ContentRendererClient { |
WebKit::WebFrame* frame, |
const WebKit::WebPluginParams& params, |
WebKit::WebPlugin** plugin) OVERRIDE; |
- virtual bool WillSendRequest(WebKit::WebFrame* frame, |
- PageTransition transition_type, |
- const GURL& url, |
- const GURL& first_party_for_cookies, |
- GURL* new_url) OVERRIDE; |
private: |
scoped_ptr<ShellRenderProcessObserver> shell_observer_; |