| Index: chrome/browser/extensions/extension_host.cc
|
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
|
| index 6af23f9baa77849e52872c8545d4adad3e1ab8a7..11859e939f9362cdd3d9132f4f72f1da965464a3 100644
|
| --- a/chrome/browser/extensions/extension_host.cc
|
| +++ b/chrome/browser/extensions/extension_host.cc
|
| @@ -629,7 +629,7 @@ void ExtensionHost::ShowCreatedWindow(int route_id,
|
| TabContents* associated_contents = associated_tab_contents();
|
| if (associated_contents &&
|
| associated_contents->profile() == contents->profile()) {
|
| - associated_contents->AddOrBlockNewContents(
|
| + associated_contents->AddNewContents(
|
| contents, disposition, initial_pos, user_gesture);
|
| return;
|
| }
|
|
|