summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorpeter <peter@chromium.org>2014-10-27 10:57:35 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-27 17:58:19 +0000
commite0420359b53ecc20f1475bf64eb7c96d05ed9c23 (patch)
tree7c85d1aedd1baddec9ee6ccfb7c50d1a02b48081 /ipc
parent10f4b33a87375fc1becabf30d82a005b8d13158c (diff)
downloadchromium_src-e0420359b53ecc20f1475bf64eb7c96d05ed9c23.zip
chromium_src-e0420359b53ecc20f1475bf64eb7c96d05ed9c23.tar.gz
chromium_src-e0420359b53ecc20f1475bf64eb7c96d05ed9c23.tar.bz2
Move LayoutTestMessageFilter-related IPCs to their own message file.
This does not yet contain all layout-test only IPC messages, but moves those used in LayoutTestMessageFilter to a separate message file. As refactoring continues, more IPCs will move there from the ShellMessageFilter. BUG=420994 Review URL: https://codereview.chromium.org/677673002 Cr-Commit-Position: refs/heads/master@{#301392}
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 7fd2616..f7b4be8 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -112,6 +112,7 @@ enum IPCMessageStart {
ManifestManagerMsgStart,
ExtensionUtilityMsgStart,
GeofencingMsgStart,
+ LayoutTestMsgStart,
LastIPCMsgStart // Must come last.
};