diff options
Diffstat (limited to 'chrome/renderer/plugin_channel_host.h')
-rw-r--r-- | chrome/renderer/plugin_channel_host.h | 4 |
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(); |