summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authormvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 15:39:31 +0000
committermvanouwerkerk@chromium.org <mvanouwerkerk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 15:39:31 +0000
commite1c17416d0aa25b2646858f940fd89e461682fcd (patch)
tree0c677849500f797e291b6a89c242d49e0444023b /ipc/ipc_message_start.h
parentfbe8f0453d340032ea045c1be649ac9846399506 (diff)
downloadchromium_src-e1c17416d0aa25b2646858f940fd89e461682fcd.zip
chromium_src-e1c17416d0aa25b2646858f940fd89e461682fcd.tar.gz
chromium_src-e1c17416d0aa25b2646858f940fd89e461682fcd.tar.bz2
Push API: send and receive IPC messages for registration.
BUG=350378 Review URL: https://codereview.chromium.org/219653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262419 0039d316-1c4b-4281-b951-d872f2087c98
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 39a7851..6474eab 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -101,6 +101,7 @@ enum IPCMessageStart {
ChromeExtensionMsgStart,
MojoMsgStart,
TranslateMsgStart,
+ PushMessagingMsgStart,
LastIPCMsgStart // Must come last.
};