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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/renderer/plugin_channel_host.h b/chrome/renderer/plugin_channel_host.h
index 53289b9..18989d4 100644
--- a/chrome/renderer/plugin_channel_host.h
+++ b/chrome/renderer/plugin_channel_host.h
@@ -42,6 +42,9 @@ class PluginChannelHost : public PluginChannelBase {
static PluginChannelBase* ClassFactory() { return new PluginChannelHost(); }
+ void OnControlMessageReceived(const IPC::Message& message);
+ void OnSetException(const std::string& message);
+
// Keep track of all the registered WebPluginDelegeProxies to
// inform about OnChannelError
typedef base::hash_map<int, IPC::Channel::Listener*> ProxyMap;