| Index: chrome/renderer/plugin_channel_host.h
|
| ===================================================================
|
| --- chrome/renderer/plugin_channel_host.h (revision 32119)
|
| +++ chrome/renderer/plugin_channel_host.h (working copy)
|
| @@ -42,6 +42,9 @@
|
|
|
| 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;
|
|
|