summaryrefslogtreecommitdiffstats
path: root/content/test/layouttest_support.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 20:54:02 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-14 20:54:02 +0000
commitcca394292e10a8d9e19183549acb3df2dc10dcc6 (patch)
tree48d5e110996ee8a50a59c6317db2a19a7a240d57 /content/test/layouttest_support.cc
parent0fb4abfcaea7a139f2429b09aa5fcb114a65d33a (diff)
downloadchromium_src-cca394292e10a8d9e19183549acb3df2dc10dcc6.zip
chromium_src-cca394292e10a8d9e19183549acb3df2dc10dcc6.tar.gz
chromium_src-cca394292e10a8d9e19183549acb3df2dc10dcc6.tar.bz2
Test runner is in the Chromium repo, so clean up some cross-repo machinery that's no longer needed.
BUG=324658 TEST=no change Review URL: https://codereview.chromium.org/228663012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/layouttest_support.cc')
-rw-r--r--content/test/layouttest_support.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 9d27ced..4266895 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -64,7 +64,6 @@ RenderFrameImpl* CreateWebFrameTestProxy(
FrameProxy* render_frame_proxy = new FrameProxy(render_view, routing_id);
render_frame_proxy->setBaseProxy(GetWebTestProxyBase(render_view));
- render_frame_proxy->setVersion(3);
return render_frame_proxy;
}