| 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 c3181421e70f6611dbd2e06592d729eb5f223d46..61a710677bbc0361dec0c0d712df228dc29d1b3e 100644
|
| --- a/chrome/browser/plugins/flash_download_interception.cc
|
| +++ b/chrome/browser/plugins/flash_download_interception.cc
|
| @@ -116,10 +116,6 @@ std::unique_ptr<NavigationThrottle>
|
| FlashDownloadInterception::MaybeCreateThrottleFor(NavigationHandle* handle) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
|
| - // Never intercept Flash Download navigations in a new window.
|
| - if (handle->GetWebContents()->HasOpener())
|
| - return nullptr;
|
| -
|
| // Browser initiated navigations like the Back button or the context menu
|
| // should never be intercepted.
|
| if (!handle->IsRendererInitiated())
|
|
|