| Index: chrome/browser/tab_contents/test_tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/test_tab_contents.cc (revision 56788)
|
| +++ chrome/browser/tab_contents/test_tab_contents.cc (working copy)
|
| @@ -50,8 +50,7 @@
|
| bool TestTabContents::CreateRenderViewForRenderManager(
|
| RenderViewHost* render_view_host) {
|
| // This will go to a TestRenderViewHost.
|
| - render_view_host->CreateRenderView(profile()->GetRequestContext(),
|
| - string16());
|
| + render_view_host->CreateRenderView(string16());
|
| return true;
|
| }
|
|
|
|
|