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

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

Issue 9704080: HostResolver is exposed to Native Client. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync. Created 8 years, 9 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
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_cursor_control_dev.h" 8 #include "ppapi/c/dev/ppb_cursor_control_dev.h"
9 #include "ppapi/c/dev/ppb_find_dev.h" 9 #include "ppapi/c/dev/ppb_find_dev.h"
10 #include "ppapi/c/dev/ppb_font_dev.h" 10 #include "ppapi/c/dev/ppb_font_dev.h"
(...skipping 18 matching lines...) Expand all
29 #include "ppapi/c/ppb_instance.h" 29 #include "ppapi/c/ppb_instance.h"
30 #include "ppapi/c/ppb_messaging.h" 30 #include "ppapi/c/ppb_messaging.h"
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_net_address_private.h" 40 #include "ppapi/c/private/ppb_net_address_private.h"
40 #include "ppapi/c/private/ppb_pdf.h" 41 #include "ppapi/c/private/ppb_pdf.h"
41 #include "ppapi/c/private/ppb_tcp_server_socket_private.h" 42 #include "ppapi/c/private/ppb_tcp_server_socket_private.h"
42 #include "ppapi/c/private/ppb_tcp_socket_private.h" 43 #include "ppapi/c/private/ppb_tcp_socket_private.h"
43 #include "ppapi/c/private/ppb_udp_socket_private.h" 44 #include "ppapi/c/private/ppb_udp_socket_private.h"
44 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" 45 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
45 #include "ppapi/c/trusted/ppb_image_data_trusted.h" 46 #include "ppapi/c/trusted/ppb_image_data_trusted.h"
46 47
47 struct NaClSrpcRpc; 48 struct NaClSrpcRpc;
48 struct NaClSrpcChannel; 49 struct NaClSrpcChannel;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 const PPB_FileIO* PPBFileIOInterface(); 106 const PPB_FileIO* PPBFileIOInterface();
106 const PPB_FileRef* PPBFileRefInterface(); 107 const PPB_FileRef* PPBFileRefInterface();
107 const PPB_FileSystem* PPBFileSystemInterface(); 108 const PPB_FileSystem* PPBFileSystemInterface();
108 const PPB_Find_Dev* PPBFindInterface(); 109 const PPB_Find_Dev* PPBFindInterface();
109 const PPB_Font_Dev* PPBFontInterface(); 110 const PPB_Font_Dev* PPBFontInterface();
110 const PPB_Fullscreen* PPBFullscreenInterface(); 111 const PPB_Fullscreen* PPBFullscreenInterface();
111 const PPB_Gamepad* PPBGamepadInterface(); 112 const PPB_Gamepad* PPBGamepadInterface();
112 const PPB_Graphics2D* PPBGraphics2DInterface(); 113 const PPB_Graphics2D* PPBGraphics2DInterface();
113 const PPB_Graphics3D* PPBGraphics3DInterface(); 114 const PPB_Graphics3D* PPBGraphics3DInterface();
114 const PPB_Graphics3DTrusted* PPBGraphics3DTrustedInterface(); 115 const PPB_Graphics3DTrusted* PPBGraphics3DTrustedInterface();
116 const PPB_HostResolver_Private* PPBHostResolverPrivateInterface();
115 const PPB_ImageData* PPBImageDataInterface(); 117 const PPB_ImageData* PPBImageDataInterface();
116 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface(); 118 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface();
117 const PPB_InputEvent* PPBInputEventInterface(); 119 const PPB_InputEvent* PPBInputEventInterface();
118 const PPB_Instance* PPBInstanceInterface(); 120 const PPB_Instance* PPBInstanceInterface();
119 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface(); 121 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface();
120 const PPB_Memory_Dev* PPBMemoryInterface(); // shared 122 const PPB_Memory_Dev* PPBMemoryInterface(); // shared
121 const PPB_MouseInputEvent* PPBMouseInputEventInterface(); 123 const PPB_MouseInputEvent* PPBMouseInputEventInterface();
122 const PPB_Messaging* PPBMessagingInterface(); 124 const PPB_Messaging* PPBMessagingInterface();
123 const PPB_MouseLock* PPBMouseLockInterface(); 125 const PPB_MouseLock* PPBMouseLockInterface();
124 const PPB_NetAddress_Private* PPBNetAddressPrivateInterface(); 126 const PPB_NetAddress_Private* PPBNetAddressPrivateInterface();
(...skipping 13 matching lines...) Expand all
138 const PPB_WebSocket* PPBWebSocketInterface(); 140 const PPB_WebSocket* PPBWebSocketInterface();
139 const PPB_Widget_Dev* PPBWidgetInterface(); 141 const PPB_Widget_Dev* PPBWidgetInterface();
140 const PPB_Zoom_Dev* PPBZoomInterface(); 142 const PPB_Zoom_Dev* PPBZoomInterface();
141 143
142 // PPAPI constants used in the proxy. 144 // PPAPI constants used in the proxy.
143 extern const PP_Resource kInvalidResourceId; 145 extern const PP_Resource kInvalidResourceId;
144 146
145 } // namespace ppapi_proxy 147 } // namespace ppapi_proxy
146 148
147 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 149 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
OLDNEW
« no previous file with comments | « chrome/test/ui/ppapi_uitest.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