| Index: content/browser/tab_contents/tab_contents_view.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_view.cc b/content/browser/tab_contents/tab_contents_view.cc
|
| index ab398d7128b096130175874e2a838a40c0d777a7..48d6b62ec9e1bd38948cd324cfc8ca59e48005fc 100644
|
| --- a/content/browser/tab_contents/tab_contents_view.cc
|
| +++ b/content/browser/tab_contents/tab_contents_view.cc
|
| @@ -68,7 +68,7 @@ void TabContentsView::ShowCreatedWindow(int route_id,
|
| bool user_gesture) {
|
| TabContents* contents = delegate_view_helper_.GetCreatedWindow(route_id);
|
| if (contents) {
|
| - tab_contents()->AddOrBlockNewContents(
|
| + tab_contents()->AddNewContents(
|
| contents, disposition, initial_pos, user_gesture);
|
| }
|
| }
|
|
|