| Index: chrome/browser/safe_browsing/download_protection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
|
| index 6bdb383ecbf0e6ca935f53e047e401f05888b33e..a9ae25f65f4c2f3087a2555309f2122f178cdd93 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc
|
| @@ -1643,11 +1643,9 @@ void DownloadProtectionService::ShowDetailsForDownload(
|
| learn_more_url, "ctx",
|
| base::IntToString(static_cast<int>(item.GetDangerType())));
|
| navigator->OpenURL(
|
| - content::OpenURLParams(learn_more_url,
|
| - content::Referrer(),
|
| - NEW_FOREGROUND_TAB,
|
| - ui::PAGE_TRANSITION_LINK,
|
| - false));
|
| + content::OpenURLParams(learn_more_url, content::Referrer(),
|
| + WindowOpenDisposition::NEW_FOREGROUND_TAB,
|
| + ui::PAGE_TRANSITION_LINK, false));
|
| }
|
|
|
| void DownloadProtectionService::SetDownloadPingToken(
|
|
|