summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 14:24:54 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 14:24:54 +0000
commit3e828c382d083db894a2885cc16818bfcba37ba9 (patch)
tree316d8c1d7b4be6a36614c23d38348d11cceacc9d /ipc/ipc_message_start.h
parentcd80c805438f86b08a73dee4b4bb1cf29a2ba9a7 (diff)
downloadchromium_src-3e828c382d083db894a2885cc16818bfcba37ba9.zip
chromium_src-3e828c382d083db894a2885cc16818bfcba37ba9.tar.gz
chromium_src-3e828c382d083db894a2885cc16818bfcba37ba9.tar.bz2
Reland r253665 "Rename MediaKeys*Msg to Cdm*Msg."
This is the first step to separate CDM messages from MediaPlayer messages. In a follow up CL, CDM messages will be moved to separate files. BUG=315312 TBR=dcheng@chromium.org, ddorwin@chromium.org Review URL: https://codereview.chromium.org/181903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253807 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 5b9c9d7..0a1cbe2 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -95,6 +95,7 @@ enum IPCMessageStart {
EmbeddedWorkerMsgStart,
EmbeddedWorkerContextMsgStart,
CastMsgStart,
+ CdmMsgStart,
LastIPCMsgStart // Must come last.
};