| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| index 8c8754d2659259713f708502f0e1ad60164c596a..8251dc7edffdadad5eb805f5827964574de477cf 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| @@ -41,8 +41,7 @@ RenderViewHostDelegateViewHelper::MaybeCreateBackgroundContents(
|
|
|
| if (!opener_url.is_valid() ||
|
| frame_name.empty() ||
|
| - !extensions_service ||
|
| - !extensions_service->is_ready())
|
| + !extensions_service)
|
| return NULL;
|
|
|
| const Extension* extension =
|
|
|