| Index: content/browser/tab_contents/test_tab_contents.h
|
| diff --git a/content/browser/tab_contents/test_tab_contents.h b/content/browser/tab_contents/test_tab_contents.h
|
| index b6d8342501461931ffff39ecae81acc9eefe889c..47cd26a3dc1f472ec164430dba3abb842cda80a6 100644
|
| --- a/content/browser/tab_contents/test_tab_contents.h
|
| +++ b/content/browser/tab_contents/test_tab_contents.h
|
| @@ -48,7 +48,7 @@ class TestTabContents : public TabContents {
|
|
|
| // Prevent interaction with views.
|
| virtual bool CreateRenderViewForRenderManager(
|
| - RenderViewHost* render_view_host) OVERRIDE;
|
| + RenderViewHost* render_view_host, int opener_route_id) OVERRIDE;
|
| virtual void UpdateRenderViewSizeForRenderManager() OVERRIDE {}
|
|
|
| // Returns a clone of this TestTabContents. The returned object is also a
|
|
|