Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2590)

Unified Diff: content/shell/renderer/layout_test/layout_test_content_renderer_client.h

Issue 1821923003: Extract WebFrameClient implementation out of WebTestProxyBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/renderer/layout_test/layout_test_content_renderer_client.h
diff --git a/content/shell/renderer/layout_test/layout_test_content_renderer_client.h b/content/shell/renderer/layout_test/layout_test_content_renderer_client.h
index 6eb2b8f960b77a0e28012549dc783747db86092c..574802438add4835d6f092091d997797eda62fa7 100644
--- a/content/shell/renderer/layout_test/layout_test_content_renderer_client.h
+++ b/content/shell/renderer/layout_test/layout_test_content_renderer_client.h
@@ -5,24 +5,9 @@
#ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H_
#define CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H_
-#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "content/shell/renderer/shell_content_renderer_client.h"
-namespace blink {
-class WebFrame;
-class WebPlugin;
-struct WebPluginParams;
-}
-
-namespace web_cache {
-class WebCacheRenderProcessObserver;
-}
-
-namespace test_runner {
-class WebTestProxyBase;
-}
-
namespace content {
class LayoutTestRenderProcessObserver;
@@ -52,9 +37,6 @@ class LayoutTestContentRendererClient : public ShellContentRendererClient {
override;
private:
- void WebTestProxyCreated(RenderView* render_view,
- test_runner::WebTestProxyBase* proxy);
-
scoped_ptr<LayoutTestRenderProcessObserver> shell_observer_;
scoped_ptr<MockWebClipboardImpl> clipboard_;
};

Powered by Google App Engine
This is Rietveld 408576698