diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-03 00:51:54 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-03 00:51:54 +0000 |
commit | 79bc6c7180a746c664be2efe2f285281220d06af (patch) | |
tree | ae5891d088de9c3a3cf9f1f17eaeba3a36f4b785 /ppapi/ppapi_host.gypi | |
parent | b686fedac7e969fb5c21a4561e8ed0ce08e7119c (diff) | |
download | chromium_src-79bc6c7180a746c664be2efe2f285281220d06af.zip chromium_src-79bc6c7180a746c664be2efe2f285281220d06af.tar.gz chromium_src-79bc6c7180a746c664be2efe2f285281220d06af.tar.bz2 |
Remove InstanceMessageFilter
This was previously used for handling PPB_Flash_Print IPCs which has now been moved to the pepper singleton-style resource model. The use of this class has largely been replaced by singleton-style resources and I don't forsee new uses of it in the near future. It can be added back in the future if needed.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11645039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_host.gypi')
-rw-r--r-- | ppapi/ppapi_host.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi index 4031c77..a2afd58 100644 --- a/ppapi/ppapi_host.gypi +++ b/ppapi/ppapi_host.gypi @@ -25,8 +25,6 @@ 'host/host_factory.h', 'host/host_message_context.cc', 'host/host_message_context.h', - 'host/instance_message_filter.cc', - 'host/instance_message_filter.h', 'host/message_filter_host.cc', 'host/message_filter_host.h', 'host/ppapi_host.cc', |