Index: chrome/renderer/plugins/chrome_plugin_placeholder.h |
diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.h b/chrome/renderer/plugins/chrome_plugin_placeholder.h |
index 7e03e7f0cbd504719818f964b0b2ffee79388551..7acf77a03e036e6a817956d29ad1ecd3f8b24632 100644 |
--- a/chrome/renderer/plugins/chrome_plugin_placeholder.h |
+++ b/chrome/renderer/plugins/chrome_plugin_placeholder.h |
@@ -82,6 +82,8 @@ class ChromePluginPlaceholder final |
// Javascript callbacks: |
// Open chrome://plugins in a new tab. |
void OpenAboutPluginsCallback(); |
+ // Show the Plugins permission bubble. |
+ void ShowPermissionBubbleCallback(); |
// IPC message handlers: |
#if defined(ENABLE_PLUGIN_INSTALLATION) |