Chromium Code Reviews| Index: chrome/browser/browser.cc |
| =================================================================== |
| --- chrome/browser/browser.cc (revision 50467) |
| +++ chrome/browser/browser.cc (working copy) |
| @@ -2963,7 +2963,7 @@ |
| // Handle EXTENSION_READY_FOR_INSTALL for last active normal browser. |
| if (BrowserList::FindBrowserWithType(profile(), |
| Browser::TYPE_NORMAL, |
| - false) != this) |
| + true) != this) |
| break; |
| // We only want to show the loading dialog for themes, but we don't want |