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

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

Issue 9192009: WebSocket Pepper API: make the API out of dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for land Created 8 years, 11 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/cpp/websocket.cc ('k') | ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc » ('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 #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"
11 #include "ppapi/c/dev/ppb_gamepad_dev.h" 11 #include "ppapi/c/dev/ppb_gamepad_dev.h"
12 #include "ppapi/c/dev/ppb_memory_dev.h" 12 #include "ppapi/c/dev/ppb_memory_dev.h"
13 #include "ppapi/c/dev/ppb_scrollbar_dev.h" 13 #include "ppapi/c/dev/ppb_scrollbar_dev.h"
14 #include "ppapi/c/dev/ppb_testing_dev.h" 14 #include "ppapi/c/dev/ppb_testing_dev.h"
15 #include "ppapi/c/dev/ppb_websocket_dev.h"
16 #include "ppapi/c/dev/ppb_widget_dev.h" 15 #include "ppapi/c/dev/ppb_widget_dev.h"
17 #include "ppapi/c/dev/ppb_zoom_dev.h" 16 #include "ppapi/c/dev/ppb_zoom_dev.h"
18 #include "ppapi/c/pp_instance.h" 17 #include "ppapi/c/pp_instance.h"
19 #include "ppapi/c/pp_module.h" 18 #include "ppapi/c/pp_module.h"
20 #include "ppapi/c/ppb.h" 19 #include "ppapi/c/ppb.h"
21 #include "ppapi/c/ppb_core.h" 20 #include "ppapi/c/ppb_core.h"
22 #include "ppapi/c/ppb_file_io.h" 21 #include "ppapi/c/ppb_file_io.h"
23 #include "ppapi/c/ppb_file_ref.h" 22 #include "ppapi/c/ppb_file_ref.h"
24 #include "ppapi/c/ppb_file_system.h" 23 #include "ppapi/c/ppb_file_system.h"
25 #include "ppapi/c/ppb_fullscreen.h" 24 #include "ppapi/c/ppb_fullscreen.h"
26 #include "ppapi/c/ppb_graphics_2d.h" 25 #include "ppapi/c/ppb_graphics_2d.h"
27 #include "ppapi/c/ppb_graphics_3d.h" 26 #include "ppapi/c/ppb_graphics_3d.h"
28 #include "ppapi/c/ppb_image_data.h" 27 #include "ppapi/c/ppb_image_data.h"
29 #include "ppapi/c/ppb_input_event.h" 28 #include "ppapi/c/ppb_input_event.h"
30 #include "ppapi/c/ppb_instance.h" 29 #include "ppapi/c/ppb_instance.h"
31 #include "ppapi/c/ppb_messaging.h" 30 #include "ppapi/c/ppb_messaging.h"
32 #include "ppapi/c/ppb_mouse_lock.h" 31 #include "ppapi/c/ppb_mouse_lock.h"
33 #include "ppapi/c/ppb_url_loader.h" 32 #include "ppapi/c/ppb_url_loader.h"
34 #include "ppapi/c/ppb_url_request_info.h" 33 #include "ppapi/c/ppb_url_request_info.h"
35 #include "ppapi/c/ppb_url_response_info.h" 34 #include "ppapi/c/ppb_url_response_info.h"
36 #include "ppapi/c/ppb_var.h" 35 #include "ppapi/c/ppb_var.h"
37 #include "ppapi/c/ppb_var_array_buffer.h" 36 #include "ppapi/c/ppb_var_array_buffer.h"
38 #include "ppapi/c/ppb_view.h" 37 #include "ppapi/c/ppb_view.h"
38 #include "ppapi/c/ppb_websocket.h"
39 #include "ppapi/c/private/ppb_net_address_private.h" 39 #include "ppapi/c/private/ppb_net_address_private.h"
40 #include "ppapi/c/private/ppb_pdf.h" 40 #include "ppapi/c/private/ppb_pdf.h"
41 #include "ppapi/c/private/ppb_tcp_socket_private.h" 41 #include "ppapi/c/private/ppb_tcp_socket_private.h"
42 #include "ppapi/c/private/ppb_udp_socket_private.h" 42 #include "ppapi/c/private/ppb_udp_socket_private.h"
43 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" 43 #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h"
44 #include "ppapi/c/trusted/ppb_image_data_trusted.h" 44 #include "ppapi/c/trusted/ppb_image_data_trusted.h"
45 45
46 struct NaClSrpcRpc; 46 struct NaClSrpcRpc;
47 struct NaClSrpcChannel; 47 struct NaClSrpcChannel;
48 48
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 const PPB_TCPSocket_Private* PPBTCPSocketPrivateInterface(); 126 const PPB_TCPSocket_Private* PPBTCPSocketPrivateInterface();
127 const PPB_Testing_Dev* PPBTestingInterface(); 127 const PPB_Testing_Dev* PPBTestingInterface();
128 const PPB_UDPSocket_Private* PPBUDPSocketPrivateInterface(); 128 const PPB_UDPSocket_Private* PPBUDPSocketPrivateInterface();
129 const PPB_URLLoader* PPBURLLoaderInterface(); 129 const PPB_URLLoader* PPBURLLoaderInterface();
130 const PPB_URLRequestInfo* PPBURLRequestInfoInterface(); 130 const PPB_URLRequestInfo* PPBURLRequestInfoInterface();
131 const PPB_URLResponseInfo* PPBURLResponseInfoInterface(); 131 const PPB_URLResponseInfo* PPBURLResponseInfoInterface();
132 const PPB_Var* PPBVarInterface(); // shared 132 const PPB_Var* PPBVarInterface(); // shared
133 const PPB_VarArrayBuffer* PPBVarArrayBufferInterface(); // shared 133 const PPB_VarArrayBuffer* PPBVarArrayBufferInterface(); // shared
134 const PPB_View* PPBViewInterface(); 134 const PPB_View* PPBViewInterface();
135 const PPB_WheelInputEvent* PPBWheelInputEventInterface(); 135 const PPB_WheelInputEvent* PPBWheelInputEventInterface();
136 const PPB_WebSocket_Dev* PPBWebSocketInterface(); 136 const PPB_WebSocket* PPBWebSocketInterface();
137 const PPB_Widget_Dev* PPBWidgetInterface(); 137 const PPB_Widget_Dev* PPBWidgetInterface();
138 const PPB_Zoom_Dev* PPBZoomInterface(); 138 const PPB_Zoom_Dev* PPBZoomInterface();
139 139
140 // PPAPI constants used in the proxy. 140 // PPAPI constants used in the proxy.
141 extern const PP_Resource kInvalidResourceId; 141 extern const PP_Resource kInvalidResourceId;
142 142
143 } // namespace ppapi_proxy 143 } // namespace ppapi_proxy
144 144
145 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 145 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
OLDNEW
« no previous file with comments | « ppapi/cpp/websocket.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