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

Unified Diff: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c

Issue 11368108: Convert NetworkState to IDL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed macro name for interface Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/dev/ppp_network_state_dev.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
index 0346320126eb5ae267e60922653be441a5e62d2d..b5789734a23dca8dd060f6535218bc89e3c1d4d2 100644
--- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* Last generated from IDL: Mon Oct 29 12:56:27 2012. */
+/* Last generated from IDL: Wed Nov 7 09:50:53 2012. */
#include "ppapi/generators/pnacl_shim.h"
#include "ppapi/c/ppb.h"
@@ -31,6 +31,7 @@
#include "ppapi/c/dev/ppb_view_dev.h"
#include "ppapi/c/dev/ppb_widget_dev.h"
#include "ppapi/c/dev/ppb_zoom_dev.h"
+#include "ppapi/c/dev/ppp_network_state_dev.h"
#include "ppapi/c/dev/ppp_printing_dev.h"
#include "ppapi/c/dev/ppp_text_input_dev.h"
#include "ppapi/c/dev/ppp_video_capture_dev.h"
@@ -195,6 +196,7 @@ static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_View_Dev_0_1;
static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Widget_Dev_0_3;
static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Widget_Dev_0_4;
static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Zoom_Dev_0_2;
+static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_NetworkState_Dev_0_1;
static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_Printing_Dev_0_6;
static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_TextInput_Dev_0_1;
static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_VideoCapture_Dev_0_1;
@@ -1939,6 +1941,8 @@ void Pnacl_M14_PPB_VideoDecoder_Dev_Destroy(PP_Resource video_decoder) {
/* Not generating wrapper methods for PPB_Zoom_Dev_0_2 */
+/* Not generating wrapper methods for PPP_NetworkState_Dev_0_1 */
+
/* Not generating wrapper methods for PPP_Printing_Dev_0_6 */
/* Not generating wrapper methods for PPP_TextInput_Dev_0_1 */
@@ -3966,6 +3970,8 @@ struct PPB_VideoDecoder_Dev_0_16 Pnacl_Wrappers_PPB_VideoDecoder_Dev_0_16 = {
/* Not generating wrapper interface for PPB_Zoom_Dev_0_2 */
+/* Not generating wrapper interface for PPP_NetworkState_Dev_0_1 */
+
/* Not generating wrapper interface for PPP_Printing_Dev_0_6 */
/* Not generating wrapper interface for PPP_TextInput_Dev_0_1 */
@@ -4821,6 +4827,12 @@ static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPB_Zoom_Dev_0_2 = {
.real_iface = NULL
};
+static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_NetworkState_Dev_0_1 = {
+ .iface_macro = PPP_NETWORK_STATE_DEV_INTERFACE_0_1,
+ .wrapped_iface = NULL /* Still need slot for real_iface */,
+ .real_iface = NULL
+};
+
static struct __PnaclWrapperInfo Pnacl_WrapperInfo_PPP_Printing_Dev_0_6 = {
.iface_macro = PPP_PRINTING_DEV_INTERFACE_0_6,
.wrapped_iface = NULL /* Still need slot for real_iface */,
@@ -5231,6 +5243,7 @@ static struct __PnaclWrapperInfo *s_ppp_wrappers[] = {
&Pnacl_WrapperInfo_PPP_Instance_1_1,
&Pnacl_WrapperInfo_PPP_Messaging_1_0,
&Pnacl_WrapperInfo_PPP_MouseLock_1_0,
+ &Pnacl_WrapperInfo_PPP_NetworkState_Dev_0_1,
&Pnacl_WrapperInfo_PPP_Printing_Dev_0_6,
&Pnacl_WrapperInfo_PPP_TextInput_Dev_0_1,
&Pnacl_WrapperInfo_PPP_VideoCapture_Dev_0_1,
« no previous file with comments | « ppapi/c/dev/ppp_network_state_dev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698