Chromium Code Reviews| Index: chrome/browser/extensions/extension_host.cc |
| diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc |
| index 2870cd63831bdbca77eb3568804814e32f5e259f..12eaca46e5cea18950a2c327b3bc61b57f8fee75 100644 |
| --- a/chrome/browser/extensions/extension_host.cc |
| +++ b/chrome/browser/extensions/extension_host.cc |
| @@ -586,6 +586,7 @@ void ExtensionHost::ShowCreatedWindow(int route_id, |
| browser::NavigateParams params(browser, wrapper); |
| if (!browser) |
| params.profile = contents->profile(); |
| + params.extension_app_id = extension_id_; |
|
Erik does not do reviews
2011/05/25 15:13:03
I forget the semantics of ShowCreatedWindow in thi
prasadt
2011/05/25 17:53:00
This is called for any URL opened with window.open
|
| params.disposition = NEW_POPUP; |
| params.window_bounds = initial_pos; |
| params.window_action = browser::NavigateParams::SHOW_WINDOW; |