summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_var_deprecated_proxy.h
diff options
context:
space:
mode:
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 22:08:15 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 22:08:15 +0000
commit637fc4cd2748b8679a9b4a4a4c518c02b1afa699 (patch)
treec4bae061c7d0a6f851eb4736290fbfb60009f313 /ppapi/proxy/ppb_var_deprecated_proxy.h
parentfc1721479f252f369e57fa567a30973ae80e1d58 (diff)
downloadchromium_src-637fc4cd2748b8679a9b4a4a4c518c02b1afa699.zip
chromium_src-637fc4cd2748b8679a9b4a4a4c518c02b1afa699.tar.gz
chromium_src-637fc4cd2748b8679a9b4a4a4c518c02b1afa699.tar.bz2
Pepper: Remove old-style InterfaceList AddPPB.
InterfaceList currently has two different AddPPB() methods, one of which is deprecated. This patch removes that version, and I'll send another for AddPPP(). This is part of some small InterfaceList cleanup I'm doing while adding support for "dev channel" APIs. I tested this by loading a page in flash. BUG= R=dmichael@chromium.org Review URL: https://codereview.chromium.org/108533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_var_deprecated_proxy.h')
-rw-r--r--ppapi/proxy/ppb_var_deprecated_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_var_deprecated_proxy.h b/ppapi/proxy/ppb_var_deprecated_proxy.h
index 195c29a..db62fc2 100644
--- a/ppapi/proxy/ppb_var_deprecated_proxy.h
+++ b/ppapi/proxy/ppb_var_deprecated_proxy.h
@@ -28,7 +28,7 @@ class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
explicit PPB_Var_Deprecated_Proxy(Dispatcher* dispatcher);
virtual ~PPB_Var_Deprecated_Proxy();
- static const Info* GetInfo();
+ static const PPB_Var_Deprecated* GetProxyInterface();
// InterfaceProxy implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);