summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/plugin_channel_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/plugin_channel_host.h')
-rw-r--r--chrome/renderer/plugin_channel_host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/renderer/plugin_channel_host.h b/chrome/renderer/plugin_channel_host.h
index 8d27f9a..f3d066b 100644
--- a/chrome/renderer/plugin_channel_host.h
+++ b/chrome/renderer/plugin_channel_host.h
@@ -33,6 +33,10 @@ class PluginChannelHost : public PluginChannelBase {
static bool IsListening();
+ static void Broadcast(IPC::Message* message) {
+ PluginChannelBase::Broadcast(message);
+ }
+
private:
// Called on the render thread
PluginChannelHost();