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

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

Issue 944033002: PPAPI: Whitelist PPB_CameraDevice_Private for some apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private.h ('k') | ppapi/thunk/resource_creation_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 // for whitelisted origins. 11 // for whitelisted origins.
12 12
13 PROXIED_IFACE(PPB_CAMERACAPABILITIES_PRIVATE_INTERFACE_0_1,
14 PPB_CameraCapabilities_Private_0_1)
15 PROXIED_IFACE(PPB_CAMERADEVICE_PRIVATE_INTERFACE_0_1,
16 PPB_CameraDevice_Private_0_1)
17
13 PROXIED_IFACE(PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1, 18 PROXIED_IFACE(PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1,
14 PPB_HostResolver_Private_0_1) 19 PPB_HostResolver_Private_0_1)
15 PROXIED_IFACE(PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE_0_1, 20 PROXIED_IFACE(PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE_0_1,
16 PPB_TCPServerSocket_Private_0_1) 21 PPB_TCPServerSocket_Private_0_1)
17 PROXIED_IFACE(PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE_0_2, 22 PROXIED_IFACE(PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE_0_2,
18 PPB_TCPServerSocket_Private_0_2) 23 PPB_TCPServerSocket_Private_0_2)
19 PROXIED_IFACE(PPB_TCPSOCKET_PRIVATE_INTERFACE_0_3, 24 PROXIED_IFACE(PPB_TCPSOCKET_PRIVATE_INTERFACE_0_3,
20 PPB_TCPSocket_Private_0_3) 25 PPB_TCPSocket_Private_0_3)
21 PROXIED_IFACE(PPB_TCPSOCKET_PRIVATE_INTERFACE_0_4, 26 PROXIED_IFACE(PPB_TCPSOCKET_PRIVATE_INTERFACE_0_4,
22 PPB_TCPSocket_Private_0_4) 27 PPB_TCPSocket_Private_0_4)
(...skipping 22 matching lines...) Expand all
45 50
46 PROXIED_IFACE(PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1, 51 PROXIED_IFACE(PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1,
47 PPB_VideoDestination_Private_0_1) 52 PPB_VideoDestination_Private_0_1)
48 PROXIED_IFACE(PPB_VIDEOSOURCE_PRIVATE_INTERFACE_0_1, 53 PROXIED_IFACE(PPB_VIDEOSOURCE_PRIVATE_INTERFACE_0_1,
49 PPB_VideoSource_Private_0_1) 54 PPB_VideoSource_Private_0_1)
50 55
51 PROXIED_IFACE(PPB_UMA_PRIVATE_INTERFACE_0_3, 56 PROXIED_IFACE(PPB_UMA_PRIVATE_INTERFACE_0_3,
52 PPB_UMA_Private_0_3) 57 PPB_UMA_Private_0_3)
53 58
54 #include "ppapi/thunk/interfaces_postamble.h" 59 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private.h ('k') | ppapi/thunk/resource_creation_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698