Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 4c4c03b5dfce0e2f746fc89a12f6cc06aee5231c..4316838d5243f669a133f5a3bf07b5db18ad62fe 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -639,7 +639,7 @@ void HandleFlashDownloadActionOnUIThread(int render_process_id, |
return; |
WebContents* web_contents = |
WebContents::FromRenderFrameHost(render_frame_host); |
- FlashDownloadInterception::InterceptFlashDownloadNavigation(web_contents); |
+ FlashDownloadInterception::ShowRunFlashPrompt(web_contents); |
} |
#endif // defined(ENABLE_PLUGINS) |