Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3340)

Unified Diff: chrome/browser/plugins/flash_download_interception_unittest.cc

Issue 2699993002: [HBD]: Add additional intercept URL.
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/plugins/flash_download_interception.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/plugins/flash_download_interception.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698