| 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 3d73adf66e0175390fa881e049e4fd5fb8550430..c741ee057b22ea7c57ba50c1dbd06d74c5e1eddb 100644
|
| --- a/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
|
| +++ b/chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc
|
| @@ -262,7 +262,7 @@ void ChromeRuntimeAPIDelegate::OpenURL(const GURL& uninstall_url) {
|
|
|
| chrome::NavigateParams params(
|
| browser, uninstall_url, ui::PAGE_TRANSITION_CLIENT_REDIRECT);
|
| - params.disposition = NEW_FOREGROUND_TAB;
|
| + params.disposition = WindowOpenDisposition::NEW_FOREGROUND_TAB;
|
| params.user_gesture = false;
|
| chrome::Navigate(¶ms);
|
| }
|
|
|