summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/api_id.h
diff options
context:
space:
mode:
authorygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 09:39:56 +0000
committerygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 09:39:56 +0000
commit2d011e88f4d4106c1a3a2b4fae4ce2e46bb7d8b3 (patch)
treea1721b6061e1f4cc64350d6d6b61613ec7fe1118 /ppapi/shared_impl/api_id.h
parentc1c32c85357f14756247b04b8b5ae41b05bf2e16 (diff)
downloadchromium_src-2d011e88f4d4106c1a3a2b4fae4ce2e46bb7d8b3.zip
chromium_src-2d011e88f4d4106c1a3a2b4fae4ce2e46bb7d8b3.tar.gz
chromium_src-2d011e88f4d4106c1a3a2b4fae4ce2e46bb7d8b3.tar.bz2
Added out-of-process support for server sockets.
BUG=108277 TEST=OutOfProcessPPAPITest.TCPServerSocketPrivate Review URL: http://codereview.chromium.org/9669038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/api_id.h')
-rw-r--r--ppapi/shared_impl/api_id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/api_id.h b/ppapi/shared_impl/api_id.h
index 325247f..baf92fa 100644
--- a/ppapi/shared_impl/api_id.h
+++ b/ppapi/shared_impl/api_id.h
@@ -41,6 +41,7 @@ enum ApiID {
API_ID_PPB_OPENGLES2,
API_ID_PPB_PDF,
API_ID_PPB_SURFACE_3D,
+ API_ID_PPB_TCPSERVERSOCKET_PRIVATE,
API_ID_PPB_TCPSOCKET_PRIVATE,
API_ID_PPB_TESTING,
API_ID_PPB_TEXT_INPUT,