Chromium Code Reviews| 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..a59db4af3c6808587ca9068c94228ecf3a2c1e81 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, |
|
yzshen1
2011/11/11 21:04:28
As I mentioned in another file, please add _PRIVAT
Dmitry Polukhin
2011/11/14 13:03:02
Done.
|
| API_ID_PPB_TESTING, |
| API_ID_PPB_TEXT_INPUT, |
| + API_ID_PPB_UDPSOCKET, |
| API_ID_PPB_URL_LOADER, |
| API_ID_PPB_URL_RESPONSE_INFO, |
| API_ID_PPB_VAR_DEPRECATED, |