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

Unified Diff: chrome/renderer/plugins/chrome_plugin_placeholder.cc

Issue 2352393004: [HBD] Plumb the no-fallback placeholder click into the browser process. (Closed)
Patch Set: fix mistype Created 4 years, 3 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 | « chrome/common/render_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/chrome_plugin_placeholder.cc
diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.cc b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
index 2995e7837fcd723dcc7421917cd9421723eaa013..54b24933564263686cd167934f21b4e95cc4236f 100644
--- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc
+++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
@@ -225,7 +225,8 @@ void ChromePluginPlaceholder::OpenAboutPluginsCallback() {
}
void ChromePluginPlaceholder::ShowPermissionBubbleCallback() {
- // TODO(tommycli): Show a permission bubble in the browser process.
+ RenderThread::Get()->Send(
+ new ChromeViewHostMsg_ShowFlashPermissionBubble(routing_id()));
}
#if defined(ENABLE_PLUGIN_INSTALLATION)
« no previous file with comments | « chrome/common/render_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698