| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 0c8a6c89d3c213983ab61cfd03b14d84fbb30ee6..8fc2d322fffa07051f83d214ef6af054d7c44a5f 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -2911,7 +2911,7 @@ bool TabContents::CreateRenderViewForRenderManager(
|
| if (!request_context.get())
|
| request_context = profile()->GetRequestContext();
|
|
|
| - if (!render_view_host->CreateRenderView(request_context))
|
| + if (!render_view_host->CreateRenderView(request_context, string16()))
|
| return false;
|
|
|
| // Now that the RenderView has been created, we need to tell it its size.
|
|
|