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

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
« no previous file with comments | « no previous file | chrome/browser/engagement/site_engagement_score.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | chrome/browser/engagement/site_engagement_score.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698