summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/proxy_channel.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-13 22:46:42 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-13 22:46:42 +0000
commit5ed5a3eebe9cab0c54cc23ab3d059af37a4f3a92 (patch)
tree4e802bfe6319118b99483ada9888bbaebd17516e /ppapi/proxy/proxy_channel.h
parentd99bcf2707cd81d8653485cab5d32f4811a58112 (diff)
downloadchromium_src-5ed5a3eebe9cab0c54cc23ab3d059af37a4f3a92.zip
chromium_src-5ed5a3eebe9cab0c54cc23ab3d059af37a4f3a92.tar.gz
chromium_src-5ed5a3eebe9cab0c54cc23ab3d059af37a4f3a92.tar.bz2
Add a way to implement GetInterface in the broker.
This also adds some cleanup in the Pepper API to provide typedefs for the three PPP_* functions. I removed some ad-hoc typedefes we had floating around and replaced them with these more "official" ones. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10069035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/proxy_channel.h')
-rw-r--r--ppapi/proxy/proxy_channel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h
index 0a1fb03..f32d470 100644
--- a/ppapi/proxy/proxy_channel.h
+++ b/ppapi/proxy/proxy_channel.h
@@ -28,8 +28,6 @@ class PPAPI_PROXY_EXPORT ProxyChannel
: public IPC::Channel::Listener,
public IPC::Message::Sender {
public:
- typedef void (*ShutdownModuleFunc)();
-
class PPAPI_PROXY_EXPORT Delegate {
public:
virtual ~Delegate() {}