From 41dbab71f2dd13c1cfad3b84d0e7bd5ef78bf6d4 Mon Sep 17 00:00:00 2001 From: "alokp@chromium.org" Date: Thu, 15 Sep 2011 07:36:50 +0000 Subject: 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 --- ppapi/proxy/proxy_channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ppapi/proxy/proxy_channel.h') 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; -- cgit v1.1