diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 16:39:23 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 16:39:23 +0000 |
commit | 657f4efd9e3a2716b7d634ead39bffa4a03ef57c (patch) | |
tree | 0e3d0f72f21d4fceae9a0d168763e9ecf76a2a30 /ppapi/proxy/dispatcher.cc | |
parent | e8d45e0f903a649e04ce421a3b60146af4695f4d (diff) | |
download | chromium_src-657f4efd9e3a2716b7d634ead39bffa4a03ef57c.zip chromium_src-657f4efd9e3a2716b7d634ead39bffa4a03ef57c.tar.gz chromium_src-657f4efd9e3a2716b7d634ead39bffa4a03ef57c.tar.bz2 |
Remove untrusted scripting support.
BUG=82606
TEST=ppapi_tests,ppapi_unittests
Review URL: http://codereview.chromium.org/7362012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/dispatcher.cc')
-rw-r--r-- | ppapi/proxy/dispatcher.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc index e9b57c3..69e16ac 100644 --- a/ppapi/proxy/dispatcher.cc +++ b/ppapi/proxy/dispatcher.cc @@ -139,7 +139,6 @@ InterfaceList::InterfaceList() { AddPPB(PPB_Graphics2D_Proxy::GetInfo()); AddPPB(PPB_ImageData_Proxy::GetInfo()); AddPPB(PPB_InputEvent_Proxy::GetInfo()); - AddPPB(PPB_Instance_Proxy::GetInfo0_4()); AddPPB(PPB_Instance_Proxy::GetInfo0_5()); AddPPB(PPB_Instance_Proxy::GetInfo1_0()); AddPPB(PPB_Instance_Proxy::GetInfoFullscreen()); @@ -166,7 +165,6 @@ InterfaceList::InterfaceList() { AddPPP(PPP_Graphics3D_Proxy::GetInfo()); AddPPP(PPP_InputEvent_Proxy::GetInfo()); AddPPP(PPP_Instance_Private_Proxy::GetInfo()); - AddPPP(PPP_Instance_Proxy::GetInfo0_4()); AddPPP(PPP_Instance_Proxy::GetInfo0_5()); } |