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

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

Issue 2350913002: [HBD] Improve Flash Interception unit tests (Closed)
Patch Set: Merge branch 'refs/heads/276-hbd-intercept-creating-new-windows' into 278-hbd-update-intercept-tests Created 4 years, 3 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 | « no previous file | chrome/browser/plugins/flash_download_interception_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/flash_download_interception.cc
diff --git a/chrome/browser/plugins/flash_download_interception.cc b/chrome/browser/plugins/flash_download_interception.cc
index 87b9cc59fe345889d5b680682937f6081073e985..1d8835aaaabefeb447547e5b933a07774d536c10 100644
--- a/chrome/browser/plugins/flash_download_interception.cc
+++ b/chrome/browser/plugins/flash_download_interception.cc
@@ -24,7 +24,7 @@ using content::NavigationThrottle;
namespace {
-const char kFlashDownloadURL[] = "get.adobe.com/flashplayer";
+const char kFlashDownloadURL[] = "get.adobe.com/flash";
bool ShouldInterceptNavigation(
content::WebContents* source,
« no previous file with comments | « no previous file | chrome/browser/plugins/flash_download_interception_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698