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

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 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)
« no previous file with comments | « no previous file | chrome/browser/plugins/flash_download_interception.h » ('j') | chrome/test/data/permissions/flash.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698