summaryrefslogtreecommitdiffstats
path: root/content/test/test_web_contents.h
diff options
context:
space:
mode:
authornasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 03:48:59 +0000
committernasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 03:48:59 +0000
commit6ab9d68e7f228b9915296305fb93ed874010e34b (patch)
treeadf850d53ef906b77b8ffa883cb5e98fc0a669b2 /content/test/test_web_contents.h
parent33b1ce0e24c940414ddbec05c1c292ffcf6d4a04 (diff)
downloadchromium_src-6ab9d68e7f228b9915296305fb93ed874010e34b.zip
chromium_src-6ab9d68e7f228b9915296305fb93ed874010e34b.tar.gz
chromium_src-6ab9d68e7f228b9915296305fb93ed874010e34b.tar.bz2
Decouple RVH creation from CrossProcessFrameConnector.
This is a reland of https://codereview.chromium.org/270883003/, which was reverted because it missed to update one of the callers to CreateRenderViewForRenderManager. Patchset 1 is the equivalent to the previous commit. BUG=357747 Review URL: https://codereview.chromium.org/299703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/test_web_contents.h')
-rw-r--r--content/test/test_web_contents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 2470767..e42abfe 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -60,7 +60,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
RenderViewHost* render_view_host,
int opener_route_id,
int proxy_routing_id,
- CrossProcessFrameConnector* frame_connector) OVERRIDE;
+ bool for_main_frame) OVERRIDE;
virtual void UpdateRenderViewSizeForRenderManager() OVERRIDE {}
// Returns a clone of this TestWebContents. The returned object is also a