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

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

Issue 23453025: Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « ppapi/tests/test_network_monitor_private.cc ('k') | ppapi/thunk/ppb_network_monitor_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
(...skipping 22 matching lines...) Expand all
33 33
34 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_0_1, 34 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_0_1,
35 PPB_NetAddress_Private_0_1) 35 PPB_NetAddress_Private_0_1)
36 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_0, 36 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_0,
37 PPB_NetAddress_Private_1_0) 37 PPB_NetAddress_Private_1_0)
38 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_1, 38 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_1,
39 PPB_NetAddress_Private_1_1) 39 PPB_NetAddress_Private_1_1)
40 PROXIED_IFACE(NoAPIName, PPB_NETWORKLIST_PRIVATE_INTERFACE_0_3, 40 PROXIED_IFACE(NoAPIName, PPB_NETWORKLIST_PRIVATE_INTERFACE_0_3,
41 PPB_NetworkList_Private_0_3) 41 PPB_NetworkList_Private_0_3)
42 PROXIED_IFACE(PPB_NetworkMonitor_Private, 42 PROXIED_IFACE(PPB_NetworkMonitor_Private,
43 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2, 43 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_3,
44 PPB_NetworkMonitor_Private_0_2) 44 PPB_NetworkMonitor_Private_0_3)
45 45
46 PROXIED_IFACE(NoAPIName, PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1, 46 PROXIED_IFACE(NoAPIName, PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1,
47 PPB_Ext_CrxFileSystem_Private_0_1) 47 PPB_Ext_CrxFileSystem_Private_0_1)
48 PROXIED_IFACE(NoAPIName, PPB_FILEIO_PRIVATE_INTERFACE_0_1, 48 PROXIED_IFACE(NoAPIName, PPB_FILEIO_PRIVATE_INTERFACE_0_1,
49 PPB_FileIO_Private_0_1) 49 PPB_FileIO_Private_0_1)
50 50
51 PROXIED_IFACE(NoAPIName, PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1, 51 PROXIED_IFACE(NoAPIName, PPB_VIDEODESTINATION_PRIVATE_INTERFACE_0_1,
52 PPB_VideoDestination_Private_0_1) 52 PPB_VideoDestination_Private_0_1)
53 PROXIED_IFACE(NoAPIName, PPB_VIDEOSOURCE_PRIVATE_INTERFACE_0_1, 53 PROXIED_IFACE(NoAPIName, PPB_VIDEOSOURCE_PRIVATE_INTERFACE_0_1,
54 PPB_VideoSource_Private_0_1) 54 PPB_VideoSource_Private_0_1)
55 55
56 #include "ppapi/thunk/interfaces_postamble.h" 56 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/tests/test_network_monitor_private.cc ('k') | ppapi/thunk/ppb_network_monitor_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698