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 2c0ceec8b62143d0c429ebba845af7e5a557edf2..a42a1cac5513f9105073737fe8e19a12bdc48f17 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -641,7 +641,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) |