summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/plugin_module.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 04:54:31 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 04:54:31 +0000
commit8d770e49e726ba87cb5b91b2cbf760c57e3f0f68 (patch)
tree0453c90403154a9f001b426a36b1b4d0f98c90ef /webkit/plugins/ppapi/plugin_module.h
parent2cb3e6c67ad02e3bf137f74493d28f74ca772527 (diff)
downloadchromium_src-8d770e49e726ba87cb5b91b2cbf760c57e3f0f68.zip
chromium_src-8d770e49e726ba87cb5b91b2cbf760c57e3f0f68.tar.gz
chromium_src-8d770e49e726ba87cb5b91b2cbf760c57e3f0f68.tar.bz2
Convert the charset, memory, and crypto interfaces to use the thunk system.
This removes a bunch of plumbing for the proxy and impl sides, and uses the new macro system for registering the interface. This saves a lot of code and a bunch of boilerplate files could be deleted. Review URL: http://codereview.chromium.org/8159003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/plugin_module.h')
-rw-r--r--webkit/plugins/ppapi/plugin_module.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
index 9baeb5e..fb32349 100644
--- a/webkit/plugins/ppapi/plugin_module.h
+++ b/webkit/plugins/ppapi/plugin_module.h
@@ -101,8 +101,6 @@ class PluginModule : public base::RefCounted<PluginModule>,
static const PPB_Core* GetCore();
- static const PPB_Memory_Dev* GetMemoryDev();
-
// Returns a pointer to the local GetInterface function for retrieving
// PPB interfaces.
static GetInterfaceFunc GetLocalGetInterfaceFunc();