| 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 c83a1f6d5b812bcea6ae2c088ec575d67e31f93b..b575587badf55837a68dc3d504a661f5876cc7d4 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
|
| @@ -1,4 +1,4 @@
|
| -/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +/* Copyright (c) 2014 The Chromium Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| @@ -22,7 +22,6 @@
|
| #include "ppapi/c/dev/ppb_keyboard_input_event_dev.h"
|
| #include "ppapi/c/dev/ppb_memory_dev.h"
|
| #include "ppapi/c/dev/ppb_printing_dev.h"
|
| -#include "ppapi/c/dev/ppb_resource_array_dev.h"
|
| #include "ppapi/c/dev/ppb_scrollbar_dev.h"
|
| #include "ppapi/c/dev/ppb_text_input_dev.h"
|
| #include "ppapi/c/dev/ppb_trace_event_dev.h"
|
| @@ -2040,8 +2039,6 @@ static int32_t Pnacl_M23_PPB_Printing_Dev_GetDefaultPrintSettings(PP_Resource re
|
|
|
| /* End wrapper methods for PPB_Printing_Dev_0_7 */
|
|
|
| -/* Not generating wrapper methods for PPB_ResourceArray_Dev_0_1 */
|
| -
|
| /* Not generating wrapper methods for PPB_Scrollbar_Dev_0_5 */
|
|
|
| /* Not generating wrapper methods for PPB_TextInput_Dev_0_1 */
|
| @@ -4546,8 +4543,6 @@ struct PPB_Printing_Dev_0_7 Pnacl_Wrappers_PPB_Printing_Dev_0_7 = {
|
| .GetDefaultPrintSettings = (int32_t (*)(PP_Resource resource, struct PP_PrintSettings_Dev* print_settings, struct PP_CompletionCallback callback))&Pnacl_M23_PPB_Printing_Dev_GetDefaultPrintSettings
|
| };
|
|
|
| -/* Not generating wrapper interface for PPB_ResourceArray_Dev_0_1 */
|
| -
|
| /* Not generating wrapper interface for PPB_Scrollbar_Dev_0_5 */
|
|
|
| /* Not generating wrapper interface for PPB_TextInput_Dev_0_1 */
|
|
|