Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Side by Side Diff: ppapi/thunk/interfaces_ppb_private_no_permissions.h

Issue 16335018: Add NaCl proxies for Pepper Video Source and Destination resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Linux (create SIMPLE image data). Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Please see inteface_ppb_public_stable for the documentation on the format of 5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file. 6 // this file.
7 7
8 #include "ppapi/thunk/interfaces_preamble.h" 8 #include "ppapi/thunk/interfaces_preamble.h"
9 9
10 // These interfaces don't require private permissions. However, they only work 10 // These interfaces don't require private permissions. However, they only work
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 PPB_NetworkList_Private_0_2) 45 PPB_NetworkList_Private_0_2)
46 PROXIED_IFACE(PPB_NetworkMonitor_Private, 46 PROXIED_IFACE(PPB_NetworkMonitor_Private,
47 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2, 47 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2,
48 PPB_NetworkMonitor_Private_0_2) 48 PPB_NetworkMonitor_Private_0_2)
49 49
50 PROXIED_IFACE(NoAPIName, PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1, 50 PROXIED_IFACE(NoAPIName, PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1,
51 PPB_Ext_CrxFileSystem_Private_0_1) 51 PPB_Ext_CrxFileSystem_Private_0_1)
52 PROXIED_IFACE(NoAPIName, PPB_FILEIO_PRIVATE_INTERFACE_0_1, 52 PROXIED_IFACE(NoAPIName, PPB_FILEIO_PRIVATE_INTERFACE_0_1,
53 PPB_FileIO_Private_0_1) 53 PPB_FileIO_Private_0_1)
54 54
55 PROXIED_IFACE(NoAPIName, PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1,
56 PPB_VideoDestination_Private_0_1)
57 PROXIED_IFACE(NoAPIName, PPB_VIDEOSOURCE_PRIVATE_INTERFACE_0_1,
58 PPB_VideoSource_Private_0_1)
59
55 #include "ppapi/thunk/interfaces_postamble.h" 60 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698