summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authordavve <davve@opera.com>2015-12-11 04:05:22 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-11 12:06:48 +0000
commit2536c36bebcb87fa8b2f18bd4da9b9951eb63607 (patch)
tree904dcc4dde5adfad4b6ea7c843659faabbd61415 /ipc
parent9f815753bd4c99e2209965cf8ac724aa0803db45 (diff)
downloadchromium_src-2536c36bebcb87fa8b2f18bd4da9b9951eb63607.zip
chromium_src-2536c36bebcb87fa8b2f18bd4da9b9951eb63607.tar.gz
chromium_src-2536c36bebcb87fa8b2f18bd4da9b9951eb63607.tar.bz2
Hook up RendererMediaSessionManager with browser side
Implements the basic IPC messages for activation and deactivation back and forth. The browser side is still unimplemented. BUG=497735 Review URL: https://codereview.chromium.org/1441883003 Cr-Commit-Position: refs/heads/master@{#364673}
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 82786b5..65f731e 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -128,6 +128,7 @@ enum IPCMessageStart {
RenderProcessMsgStart,
PageLoadMetricsMsgStart,
MemoryMsgStart,
+ MediaSessionMsgStart,
IPCTestMsgStart,
ArcInstanceMsgStart,
ArcInstanceHostMsgStart,