From 914f5269eed1c8651d53f93d4181738f1344a108 Mon Sep 17 00:00:00 2001 From: "piman@chromium.org" Date: Sat, 1 Jun 2013 00:17:22 +0000 Subject: Remove unused trusted interfaces. Several trusted interfaces were originally used internally by the IPC proxy and the NaCl srpc proxy. The IPC proxy switched to using C++ *_API classes directly, and the srpc proxy is no more, so there's no user of these anymore. BUG=None Review URL: https://chromiumcodereview.appspot.com/16253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203526 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/generators/idl_c_header.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ppapi/generators') diff --git a/ppapi/generators/idl_c_header.py b/ppapi/generators/idl_c_header.py index ee2f256..a3b8688 100755 --- a/ppapi/generators/idl_c_header.py +++ b/ppapi/generators/idl_c_header.py @@ -178,8 +178,7 @@ def CheckPassByValue(filenode, releases): # http://crbug.com/233439 type_whitelist = ['PP_ArrayOutput', 'PP_CompletionCallback', 'PP_Ext_EventListener', 'PP_FloatPoint', - 'PP_Graphics3DTrustedState', 'PP_Point', 'PP_TouchPoint', - 'PP_Var'] + 'PP_Point', 'PP_TouchPoint', 'PP_Var'] nodes_to_check = filenode.GetListOf('Struct') nodes_to_check.extend(filenode.GetListOf('Union')) for node in nodes_to_check: -- cgit v1.1