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

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

Issue 1911153002: Remove no longer needed BlinkTestRunner::proxy_ field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
diff --git a/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc b/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
index 2f7fca7b76352749c06dad1a860342d63de12cf3..5f55c67575c9457ccfc843ef0a65f174e4e76745 100644
--- a/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
+++ b/content/shell/renderer/layout_test/layout_test_content_renderer_client.cc
@@ -52,7 +52,6 @@ namespace {
void WebTestProxyCreated(RenderView* render_view,
test_runner::WebTestProxyBase* proxy) {
BlinkTestRunner* test_runner = new BlinkTestRunner(render_view);
- test_runner->set_proxy(proxy);
proxy->set_delegate(test_runner);
if (!LayoutTestRenderThreadObserver::GetInstance()->test_delegate()) {
« no previous file with comments | « content/shell/renderer/layout_test/blink_test_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698