Index: content/browser/plugin_process_host.h |
=================================================================== |
--- content/browser/plugin_process_host.h (revision 225900) |
+++ content/browser/plugin_process_host.h (working copy) |
@@ -120,9 +120,6 @@ |
void AddWindow(HWND window); |
#endif |
- // Adds an IPC message filter. A reference will be kept to the filter. |
- void AddFilter(IPC::ChannelProxy::MessageFilter* filter); |
- |
private: |
// Sends a message to the plugin process to request creation of a new channel |
// for the given mime type. |