diff options
author | grunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 09:17:02 +0000 |
---|---|---|
committer | grunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 09:17:02 +0000 |
commit | fc8638a57ad572411e025513c3adbd13633d2aa5 (patch) | |
tree | febd697d398efdb24ac2984156fb4f88559579a2 /ipc | |
parent | 982e66250e8d2ab8e4fe52bed6a17ed886fdad08 (diff) | |
download | chromium_src-fc8638a57ad572411e025513c3adbd13633d2aa5.zip chromium_src-fc8638a57ad572411e025513c3adbd13633d2aa5.tar.gz chromium_src-fc8638a57ad572411e025513c3adbd13633d2aa5.tar.bz2 |
Adding WebRTC logging filter, handler and handler host.
Updates to and usage of these will be added in coming CLs.
BUG=229829
Review URL: https://chromiumcodereview.appspot.com/13119009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_start.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h index 3a8713f..ab01171 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -76,6 +76,7 @@ enum IPCMessageStart { VisitedLinkMsgStart, OneClickSigninMsgStart, AppShimMsgStart, + WebRtcLoggingMsgStart, LastIPCMsgStart // Must come last. }; |