diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-26 23:25:56 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-26 23:25:56 +0000 |
commit | d9748993cd08309a613c974ef2483cca25e3d3fc (patch) | |
tree | 9141a39c468339f48cdd046af91833cc081f7212 /ppapi/proxy/ppb_instance_proxy.h | |
parent | 01d0ffd45589ad3470c6a168f68e7362f311c503 (diff) | |
download | chromium_src-d9748993cd08309a613c974ef2483cca25e3d3fc.zip chromium_src-d9748993cd08309a613c974ef2483cca25e3d3fc.tar.gz chromium_src-d9748993cd08309a613c974ef2483cca25e3d3fc.tar.bz2 |
Remove the old PPB_Flash proxy.
This removes the old, unused PPB_Flash proxy and related code.
BUG=
TBR=brettw
Review URL: https://chromiumcodereview.appspot.com/11633034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_instance_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_instance_proxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h index 4d366d6..b62706e 100644 --- a/ppapi/proxy/ppb_instance_proxy.h +++ b/ppapi/proxy/ppb_instance_proxy.h @@ -69,7 +69,6 @@ class PPB_Instance_Proxy : public InterfaceProxy, PP_Bool fullscreen) OVERRIDE; virtual PP_Bool GetScreenSize(PP_Instance instance, PP_Size* size) OVERRIDE; - virtual thunk::PPB_Flash_API* GetFlashAPI() OVERRIDE; virtual Resource* GetSingletonResource(PP_Instance instance, SingletonResourceID id) OVERRIDE; virtual int32_t RequestInputEvents(PP_Instance instance, |