diff options
author | davve <davve@opera.com> | 2015-12-11 04:05:22 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-11 12:06:48 +0000 |
commit | 2536c36bebcb87fa8b2f18bd4da9b9951eb63607 (patch) | |
tree | 904dcc4dde5adfad4b6ea7c843659faabbd61415 /ipc | |
parent | 9f815753bd4c99e2209965cf8ac724aa0803db45 (diff) | |
download | chromium_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.h | 1 |
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, |