| 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,
|
|
|