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 fba5aa2b40f57787e45b8ece9b2b59b3f6c0de4a..48ee5e3d74962a6fe05623ca8d7f2ae0be3f8108 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -642,7 +642,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) |