diff options
-rw-r--r-- | chrome/browser/browser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc index 8dd308a..1807e67 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -3560,6 +3560,7 @@ bool Browser::HandleCrossAppNavigation(TabContents* source, // Found an app window, open the URL there. if ((*iter)->extension_app() == destination_extension) { (*iter)->OpenURL(url, referrer, NEW_FOREGROUND_TAB, transition); + (*iter)->window()->Show(); return true; } } |