commit | 2ba871b0a7f13009b6420828af3869d5832efc2d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 13 21:11:00 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 13 21:11:00 2010 |
tree | fc50a741bbdc85640a2df707c0155e7779e6e29e | |
parent | 56879f932544d7752b9a9b5f8e0f3be24d3dcda3 [diff] [blame] |
Make IndexedDBDispatcherHost be a message filter and move its messages into a separate file. Review URL: http://codereview.chromium.org/5680007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69050 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index a7cdfd57..224b194 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h
@@ -63,6 +63,7 @@ MimeRegistryMsgStart, DatabaseMsgStart, DOMStorageMsgStart, + IndexedDBMsgStart, }; class DictionaryValue;