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

Unified Diff: content/shell/shell_content_renderer_client.h

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 1 month 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
« no previous file with comments | « content/renderer/render_view_impl_params.cc ('k') | content/shell/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1dff8e2a69b699e566f368e713d4c64dfda040cc..f9d49d07a7363fd77dcf363e2cc0c9b8fe43dd6a 100644
--- a/content/shell/shell_content_renderer_client.h
+++ b/content/shell/shell_content_renderer_client.h
@@ -15,10 +15,15 @@ class WebPlugin;
struct WebPluginParams;
}
+namespace WebTestRunner {
+class WebTestProxyBase;
+}
+
namespace content {
class RenderView;
class ShellRenderProcessObserver;
+class WebKitTestRunner;
class ShellContentRendererClient : public ContentRendererClient {
public:
@@ -33,7 +38,10 @@ class ShellContentRendererClient : public ContentRendererClient {
WebKit::WebPlugin** plugin) OVERRIDE;
private:
+ void WebTestProxyCreated(WebTestRunner::WebTestProxyBase* proxy);
+
scoped_ptr<ShellRenderProcessObserver> shell_observer_;
+ WebKitTestRunner* latest_test_runner_;
};
} // namespace content
« no previous file with comments | « content/renderer/render_view_impl_params.cc ('k') | content/shell/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698