diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 20:52:34 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-02 20:52:34 +0000 |
commit | 6c54e7e41109a4c5bc638d94d868d5f7c92bc68e (patch) | |
tree | 4cfbe30cd4b483e0d10630058fba5cf9100ba13b /ipc/ipc_message_utils.h | |
parent | 098a8eac76a314e4b26a7387e272d69fec518272 (diff) | |
download | chromium_src-6c54e7e41109a4c5bc638d94d868d5f7c92bc68e.zip chromium_src-6c54e7e41109a4c5bc638d94d868d5f7c92bc68e.tar.gz chromium_src-6c54e7e41109a4c5bc638d94d868d5f7c92bc68e.tar.bz2 |
P2P Sockets host implementation.
Currently only UDP sockets on Mac and Linux are supported. Also added
--enable-p2papi flag. The flags just enables IPC for P2P.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6598053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_utils.h')
-rw-r--r-- | ipc/ipc_message_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 9c1752d..1b669f1 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -69,6 +69,7 @@ enum IPCMessageStart { PepperMsgStart, AutoFillMsgStart, SafeBrowsingMsgStart, + P2PMsgStart, }; class DictionaryValue; |