diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 21:28:05 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-18 21:28:05 +0000 |
commit | ae4efe42b48b651afc569537aca438c876cf7564 (patch) | |
tree | 990901ce745227abf74334d11e9d176b2e39ff6d /ipc | |
parent | 1c3412c0cae171231da8a17d41d48694473b567a (diff) | |
download | chromium_src-ae4efe42b48b651afc569537aca438c876cf7564.zip chromium_src-ae4efe42b48b651afc569537aca438c876cf7564.tar.gz chromium_src-ae4efe42b48b651afc569537aca438c876cf7564.tar.bz2 |
Make icon_messages use the IPC macros for defining the structs and the serialization code, and move the icon messages there. Also get rid of friend class in RenderView that's not needed anymore.
Review URL: http://codereview.chromium.org/6883020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-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 3cced70..c353e95 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -88,6 +88,7 @@ enum IPCMessageStart { ExtensionMsgStart, VideoCaptureMsgStart, QuotaMsgStart, + IconMsgStart, LastIPCMsgStart // Must come last. }; |