| Index: ppapi/shared_impl/api_id.h
|
| diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h
|
| index 54a93d8cff7f6b02b4ed3c50464b2bae2843d52e..d439d3dacbf1e3e6387a77c23050bce0968db394 100644
|
| --- a/ppapi/shared_impl/api_id.h
|
| +++ b/ppapi/shared_impl/api_id.h
|
| @@ -28,8 +28,6 @@ enum ApiID {
|
| API_ID_PPB_FLASH_FILE_MODULELOCAL,
|
| API_ID_PPB_FLASH_MENU,
|
| API_ID_PPB_FLASH_NETCONNECTOR,
|
| - API_ID_PPB_FLASH_TCPSOCKET,
|
| - API_ID_PPB_FLASH_UDPSOCKET,
|
| API_ID_PPB_FONT,
|
| API_ID_PPB_GRAPHICS_2D,
|
| API_ID_PPB_GRAPHICS_3D,
|
| @@ -38,8 +36,10 @@ enum ApiID {
|
| API_ID_PPB_OPENGLES2,
|
| API_ID_PPB_PDF,
|
| API_ID_PPB_SURFACE_3D,
|
| + API_ID_PPB_TCPSOCKET_PRIVATE,
|
| API_ID_PPB_TESTING,
|
| API_ID_PPB_TEXT_INPUT,
|
| + API_ID_PPB_UDPSOCKET_PRIVATE,
|
| API_ID_PPB_URL_LOADER,
|
| API_ID_PPB_URL_RESPONSE_INFO,
|
| API_ID_PPB_VAR_DEPRECATED,
|
|
|