Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2385033002: Hookup the plugin placeholder to the Flash permission prompt (Closed)
Patch Set: Hookup the plugin placeholder to the Flash permission prompt Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « no previous file | chrome/browser/engagement/site_engagement_score.h » ('j') | chrome/browser/plugins/flash_download_interception.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698