diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 23:03:35 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 23:03:35 +0000 |
commit | f950981b3d4fbd2a514558f667284c7b3d7abc48 (patch) | |
tree | a57125422fb9650185466a16eaa64dce4e9f9c09 /ipc/ipc_message_macros.h | |
parent | cd5fff7b7e5b496e9e72f205e38d9869007b480d (diff) | |
download | chromium_src-f950981b3d4fbd2a514558f667284c7b3d7abc48.zip chromium_src-f950981b3d4fbd2a514558f667284c7b3d7abc48.tar.gz chromium_src-f950981b3d4fbd2a514558f667284c7b3d7abc48.tar.bz2 |
Move IPCMessageStart enum into it own file with security team OWNERS, so that new message files can't be added to chromium without triggering a security review.
Review URL: https://chromiumcodereview.appspot.com/11048038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_macros.h')
-rw-r--r-- | ipc/ipc_message_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h index 0fb6b182..f77abb2 100644 --- a/ipc/ipc_message_macros.h +++ b/ipc/ipc_message_macros.h @@ -15,7 +15,7 @@ // // Each XXX_messages.h file must be registered with the IPC system. This // requires adding two things: -// - An XXXMsgStart value to the IPCMessageStart enum in ipc_message_utils.h +// - An XXXMsgStart value to the IPCMessageStart enum in ipc_message_start.h // - An inclusion of XXX_messages.h file in a message generator .h file // // The XXXMsgStart value is an enumeration that ensures uniqueness for |