summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/proxy_channel.h
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-15 07:36:50 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-15 07:36:50 +0000
commit41dbab71f2dd13c1cfad3b84d0e7bd5ef78bf6d4 (patch)
tree6ffb43c2950eb3c88268408e420649ab38e141eb /ppapi/proxy/proxy_channel.h
parent94fa1b671df11d068e34de63e0ad5612d99ccf89 (diff)
downloadchromium_src-41dbab71f2dd13c1cfad3b84d0e7bd5ef78bf6d4.zip
chromium_src-41dbab71f2dd13c1cfad3b84d0e7bd5ef78bf6d4.tar.gz
chromium_src-41dbab71f2dd13c1cfad3b84d0e7bd5ef78bf6d4.tar.bz2
Removed the dependency of PepperPluginRegistry on Pepper proxy.
We would need to move PepperPluginRegistry to webkit/plugins/ppapi so that it can be used by test_shell. But before we can move it, we need to remove all dependencies on content and pepper/proxy. TEST=Manually ran pepper 3d demos in-process and out-of-process. Review URL: http://codereview.chromium.org/7885009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/proxy_channel.h')
-rw-r--r--ppapi/proxy/proxy_channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h
index 744d087..3dfc297 100644
--- a/ppapi/proxy/proxy_channel.h
+++ b/ppapi/proxy/proxy_channel.h
@@ -34,6 +34,8 @@ class PPAPI_PROXY_EXPORT ProxyChannel
class Delegate {
public:
+ virtual ~Delegate() {}
+
// Returns the dedicated message loop for processing IPC requests.
virtual base::MessageLoopProxy* GetIPCMessageLoop() = 0;