summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 00:42:06 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-27 00:42:06 +0000
commit4ee01c8f369946dc749d9f81a88c1998359c59a5 (patch)
tree8cbee1039d3917d89c383456edf9cc19a88c8e67 /ipc
parent875712fadd6deba1d7da5c357cd8feccd4686405 (diff)
downloadchromium_src-4ee01c8f369946dc749d9f81a88c1998359c59a5.zip
chromium_src-4ee01c8f369946dc749d9f81a88c1998359c59a5.tar.gz
chromium_src-4ee01c8f369946dc749d9f81a88c1998359c59a5.tar.bz2
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 R=dcheng@chromium.org, ddorwin@chromium.org Review URL: https://codereview.chromium.org/181483005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253665 0039d316-1c4b-4281-b951-d872f2087c98
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 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.
};