summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2014-09-24 13:31:53 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-24 20:32:06 +0000
commiteb6d47fab5dc127b474363d488aa1b6ccbfa7b48 (patch)
tree76d490eece9de85345c3c1cf31e5a6f8fb9e24dc /ipc/ipc_message_start.h
parent1b241325584a8612ff035c809ecfdeefa08063c5 (diff)
downloadchromium_src-eb6d47fab5dc127b474363d488aa1b6ccbfa7b48.zip
chromium_src-eb6d47fab5dc127b474363d488aa1b6ccbfa7b48.tar.gz
chromium_src-eb6d47fab5dc127b474363d488aa1b6ccbfa7b48.tar.bz2
Move SafeManifestParser to //extensions
This moves SafeManifestParser to extensions_browser. Also creates a new ExtensionUtility IPC message class in which to define extensions utility process messages. The relevant manifest parsing messages have been moved into this class. BUG=398671 Review URL: https://codereview.chromium.org/464613002 Cr-Commit-Position: refs/heads/master@{#296508}
Diffstat (limited to 'ipc/ipc_message_start.h')
-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 773d4e1..463f0d5 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -110,6 +110,7 @@ enum IPCMessageStart {
PDFMsgStart,
WebCacheMsgStart,
ManifestManagerMsgStart,
+ ExtensionUtilityMsgStart,
LastIPCMsgStart // Must come last.
};