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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h

Issue 10823187: NaCl proxy for PPB_NetworkMonitor_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 5 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
7 7
8 #include "ppapi/c/dev/ppb_find_dev.h" 8 #include "ppapi/c/dev/ppb_find_dev.h"
9 #include "ppapi/c/dev/ppb_font_dev.h" 9 #include "ppapi/c/dev/ppb_font_dev.h"
10 #include "ppapi/c/dev/ppb_memory_dev.h" 10 #include "ppapi/c/dev/ppb_memory_dev.h"
(...skipping 20 matching lines...) Expand all
31 #include "ppapi/c/ppb_mouse_lock.h" 31 #include "ppapi/c/ppb_mouse_lock.h"
32 #include "ppapi/c/ppb_url_loader.h" 32 #include "ppapi/c/ppb_url_loader.h"
33 #include "ppapi/c/ppb_url_request_info.h" 33 #include "ppapi/c/ppb_url_request_info.h"
34 #include "ppapi/c/ppb_url_response_info.h" 34 #include "ppapi/c/ppb_url_response_info.h"
35 #include "ppapi/c/ppb_var.h" 35 #include "ppapi/c/ppb_var.h"
36 #include "ppapi/c/ppb_var_array_buffer.h" 36 #include "ppapi/c/ppb_var_array_buffer.h"
37 #include "ppapi/c/ppb_view.h" 37 #include "ppapi/c/ppb_view.h"
38 #include "ppapi/c/ppb_websocket.h" 38 #include "ppapi/c/ppb_websocket.h"
39 #include "ppapi/c/private/ppb_host_resolver_private.h" 39 #include "ppapi/c/private/ppb_host_resolver_private.h"
40 #include "ppapi/c/private/ppb_net_address_private.h" 40 #include "ppapi/c/private/ppb_net_address_private.h"
41 #include "ppapi/c/private/ppb_network_list_private.h"
42 #include "ppapi/c/private/ppb_network_monitor_private.h"
41 #include "ppapi/c/private/ppb_pdf.h" 43 #include "ppapi/c/private/ppb_pdf.h"
42 #include "ppapi/c/private/ppb_tcp_server_socket_private.h" 44 #include "ppapi/c/private/ppb_tcp_server_socket_private.h"
43 #include "ppapi/c/private/ppb_tcp_socket_private.h" 45 #include "ppapi/c/private/ppb_tcp_socket_private.h"
44 #include "ppapi/c/private/ppb_udp_socket_private.h" 46 #include "ppapi/c/private/ppb_udp_socket_private.h"
45 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" 47 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
46 #include "ppapi/c/trusted/ppb_image_data_trusted.h" 48 #include "ppapi/c/trusted/ppb_image_data_trusted.h"
47 49
48 struct NaClSrpcRpc; 50 struct NaClSrpcRpc;
49 struct NaClSrpcChannel; 51 struct NaClSrpcChannel;
50 52
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 const PPB_ImageData* PPBImageDataInterface(); 119 const PPB_ImageData* PPBImageDataInterface();
118 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface(); 120 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface();
119 const PPB_InputEvent* PPBInputEventInterface(); 121 const PPB_InputEvent* PPBInputEventInterface();
120 const PPB_Instance* PPBInstanceInterface(); 122 const PPB_Instance* PPBInstanceInterface();
121 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface(); 123 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface();
122 const PPB_Memory_Dev* PPBMemoryInterface(); // shared 124 const PPB_Memory_Dev* PPBMemoryInterface(); // shared
123 const PPB_MouseInputEvent* PPBMouseInputEventInterface(); 125 const PPB_MouseInputEvent* PPBMouseInputEventInterface();
124 const PPB_Messaging* PPBMessagingInterface(); 126 const PPB_Messaging* PPBMessagingInterface();
125 const PPB_MouseLock* PPBMouseLockInterface(); 127 const PPB_MouseLock* PPBMouseLockInterface();
126 const PPB_NetAddress_Private* PPBNetAddressPrivateInterface(); 128 const PPB_NetAddress_Private* PPBNetAddressPrivateInterface();
129 const PPB_NetworkList_Private* PPBNetworkListPrivateInterface();
130 const PPB_NetworkMonitor_Private* PPBNetworkMonitorPrivateInterface();
127 const PPB_PDF* PPBPDFInterface(); 131 const PPB_PDF* PPBPDFInterface();
128 const PPB_Scrollbar_Dev* PPBScrollbarInterface(); 132 const PPB_Scrollbar_Dev* PPBScrollbarInterface();
129 const PPB_TCPServerSocket_Private* PPBTCPServerSocketPrivateInterface(); 133 const PPB_TCPServerSocket_Private* PPBTCPServerSocketPrivateInterface();
130 const PPB_TCPSocket_Private* PPBTCPSocketPrivateInterface(); 134 const PPB_TCPSocket_Private* PPBTCPSocketPrivateInterface();
131 const PPB_Testing_Dev* PPBTestingInterface(); 135 const PPB_Testing_Dev* PPBTestingInterface();
132 const PPB_UDPSocket_Private* PPBUDPSocketPrivateInterface(); 136 const PPB_UDPSocket_Private* PPBUDPSocketPrivateInterface();
133 const PPB_URLLoader* PPBURLLoaderInterface(); 137 const PPB_URLLoader* PPBURLLoaderInterface();
134 const PPB_URLRequestInfo* PPBURLRequestInfoInterface(); 138 const PPB_URLRequestInfo* PPBURLRequestInfoInterface();
135 const PPB_URLResponseInfo* PPBURLResponseInfoInterface(); 139 const PPB_URLResponseInfo* PPBURLResponseInfoInterface();
136 const PPB_Var* PPBVarInterface(); // shared 140 const PPB_Var* PPBVarInterface(); // shared
137 const PPB_VarArrayBuffer* PPBVarArrayBufferInterface(); // shared 141 const PPB_VarArrayBuffer* PPBVarArrayBufferInterface(); // shared
138 const PPB_View* PPBViewInterface(); 142 const PPB_View* PPBViewInterface();
139 const PPB_WheelInputEvent* PPBWheelInputEventInterface(); 143 const PPB_WheelInputEvent* PPBWheelInputEventInterface();
140 const PPB_WebSocket* PPBWebSocketInterface(); 144 const PPB_WebSocket* PPBWebSocketInterface();
141 const PPB_Widget_Dev* PPBWidgetInterface(); 145 const PPB_Widget_Dev* PPBWidgetInterface();
142 const PPB_Zoom_Dev* PPBZoomInterface(); 146 const PPB_Zoom_Dev* PPBZoomInterface();
143 147
144 // PPAPI constants used in the proxy. 148 // PPAPI constants used in the proxy.
145 extern const PP_Resource kInvalidResourceId; 149 extern const PP_Resource kInvalidResourceId;
146 150
147 } // namespace ppapi_proxy 151 } // namespace ppapi_proxy
148 152
149 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 153 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
OLDNEW
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698