summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-27 04:52:32 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-27 04:52:32 +0000
commitddc6a124376d298a41a34eefd0150af76b94ac29 (patch)
tree6ec77d3579e23a3dcc01845e40d501fa9b2d766d /ipc/ipc_message_start.h
parent2d0faf1987d552da78ac84f195c35812b387924b (diff)
downloadchromium_src-ddc6a124376d298a41a34eefd0150af76b94ac29.zip
chromium_src-ddc6a124376d298a41a34eefd0150af76b94ac29.tar.gz
chromium_src-ddc6a124376d298a41a34eefd0150af76b94ac29.tar.bz2
Extensions: Split extensions utility IPC messages into its own file.
Disable extensions code on Android so they do not use these messages. BUG=349436 Review URL: https://codereview.chromium.org/345693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 091b126..e89f285 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -106,9 +106,10 @@ enum IPCMessageStart {
PushMessagingMsgStart,
GinJavaBridgeMsgStart,
BatteryStatusMsgStart,
- UtilityPrintingMsgStart,
+ ChromeUtilityPrintingMsgStart,
AecDumpMsgStart,
OzoneGpuMsgStart,
+ ChromeUtilityExtensionsMsgStart,
LastIPCMsgStart // Must come last.
};