diff options
Diffstat (limited to 'ppapi/thunk/interfaces_ppb_private_no_permissions.h')
-rw-r--r-- | ppapi/thunk/interfaces_ppb_private_no_permissions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/thunk/interfaces_ppb_private_no_permissions.h b/ppapi/thunk/interfaces_ppb_private_no_permissions.h index 059f603..b00bddc 100644 --- a/ppapi/thunk/interfaces_ppb_private_no_permissions.h +++ b/ppapi/thunk/interfaces_ppb_private_no_permissions.h @@ -44,4 +44,7 @@ PROXIED_IFACE(PPB_NetworkMonitor_Private, PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2, PPB_NetworkMonitor_Private_0_2) +PROXIED_IFACE(NoAPIName, PPB_FILEIO_PRIVATE_INTERFACE_0_1, + PPB_FileIO_Private_0_1) + #include "ppapi/thunk/interfaces_postamble.h" |