| Index: chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
|
| diff --git a/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc b/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
|
| index 434f1bd21154c50d03dcd18e287c56086d72c3d5..240e4494574255bc56056c7e4474762f4ac216c1 100644
|
| --- a/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
|
| +++ b/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
|
| @@ -258,7 +258,7 @@ void ChromeRuntimeAPIDelegate::OpenURL(const GURL& uninstall_url) {
|
| Profile* profile = Profile::FromBrowserContext(browser_context_);
|
| Browser* browser = chrome::FindLastActiveWithProfile(profile);
|
| if (!browser)
|
| - browser = new Browser(Browser::CreateParams(profile));
|
| + browser = new Browser(Browser::CreateParams(profile, false));
|
|
|
| chrome::NavigateParams params(
|
| browser, uninstall_url, ui::PAGE_TRANSITION_CLIENT_REDIRECT);
|
|
|