summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_utils.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 01:55:45 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 01:55:45 +0000
commit3e26719114a404d97e1b979fb8b86f3f3016df29 (patch)
treec2d1cb3ba190ee97649fc48fb8c86c34069b9bcb /ipc/ipc_message_utils.h
parent4e69ec1031ae5a80d0d262e9f43d1af149a8dd42 (diff)
downloadchromium_src-3e26719114a404d97e1b979fb8b86f3f3016df29.zip
chromium_src-3e26719114a404d97e1b979fb8b86f3f3016df29.tar.gz
chromium_src-3e26719114a404d97e1b979fb8b86f3f3016df29.tar.bz2
Move spellcheck messages into their own file, and dispatch them all in SpellCheckMessageFilter. The next step would be to make WebView have a setter for a WebSpellCheckClient that SpellCheckProvider implements so that spelling can be taken out of RenderView completely.
Review URL: http://codereview.chromium.org/6730045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_utils.h')
-rw-r--r--ipc/ipc_message_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h
index fa504e6..3d63875 100644
--- a/ipc/ipc_message_utils.h
+++ b/ipc/ipc_message_utils.h
@@ -84,6 +84,7 @@ enum IPCMessageStart {
ChromeMsgStart,
DragMsgStart,
PrintMsgStart,
+ SpellCheckMsgStart,
LastIPCMsgStart // Must come last.
};