diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-14 00:21:47 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-14 00:21:47 +0000 |
commit | db10d8fe8c04b6026bd9e27723694e496c763893 (patch) | |
tree | 20c62ab9c05f239ec32446cb2876affd9a9aa6e7 /ipc/ipc_message_utils.h | |
parent | b2d79d2f07f43899f8ece7dd9753c2955b685dd8 (diff) | |
download | chromium_src-db10d8fe8c04b6026bd9e27723694e496c763893.zip chromium_src-db10d8fe8c04b6026bd9e27723694e496c763893.tar.gz chromium_src-db10d8fe8c04b6026bd9e27723694e496c763893.tar.bz2 |
Move the blob related code to content, and also move the blob messages to their own file.
TBR=jianli
Review URL: http://codereview.chromium.org/6681028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77988 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 7272302..07db0ee 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -75,6 +75,7 @@ enum IPCMessageStart { FileSystemMsgStart, ChildProcessMsgStart, ClipboardMsgStart, + BlobMsgStart, }; class DictionaryValue; |