summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/proxy/host_dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/proxy/host_dispatcher.cc')
-rw-r--r--chromium/ppapi/proxy/host_dispatcher.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ppapi/proxy/host_dispatcher.cc b/chromium/ppapi/proxy/host_dispatcher.cc
index cea7ab31f08..8f3833f5ddf 100644
--- a/chromium/ppapi/proxy/host_dispatcher.cc
+++ b/chromium/ppapi/proxy/host_dispatcher.cc
@@ -240,6 +240,10 @@ const void* HostDispatcher::GetProxiedInterface(const std::string& iface_name) {
return NULL;
}
+void HostDispatcher::AddFilter(IPC::Listener* listener) {
+ filters_.push_back(listener);
+}
+
void HostDispatcher::OnInvalidMessageReceived() {
// TODO(brettw) bug 95345 kill the plugin when an invalid message is
// received.