| Index: chrome/browser/plugins/flash_download_interception_unittest.cc
|
| diff --git a/chrome/browser/plugins/flash_download_interception_unittest.cc b/chrome/browser/plugins/flash_download_interception_unittest.cc
|
| index 9e861fcf56590de8588e65b5775f4562bfec100e..964b81c7ceb86d35282dd0367e5b594f5770a478 100644
|
| --- a/chrome/browser/plugins/flash_download_interception_unittest.cc
|
| +++ b/chrome/browser/plugins/flash_download_interception_unittest.cc
|
| @@ -43,13 +43,14 @@ TEST_F(FlashDownloadInterceptionTest, DownloadUrlVariations) {
|
| feature_list.InitAndEnableFeature(features::kPreferHtmlOverPlugins);
|
|
|
| const char* flash_intercept_urls[] = {
|
| - "https://get.adobe.com/flashplayer/",
|
| - "http://get.adobe.com/flash",
|
| + "https://get.adobe.com/flashplayer/", "http://get.adobe.com/flash",
|
| "http://get.adobe.com/fr/flashplayer/",
|
| "http://get.adobe.com/flashplayer",
|
| "http://macromedia.com/go/getflashplayer",
|
| "http://adobe.com/go/getflashplayer",
|
| "http://adobe.com/go/gntray_dl_getflashplayer_jp",
|
| + "http://www.adobe.com/shockwave/download/"
|
| + "download.cgi?P1_Prod_Version=ShockwaveFlash",
|
| };
|
|
|
| for (auto* url : flash_intercept_urls) {
|
|
|