diff options
author | qinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-19 06:53:56 +0000 |
---|---|---|
committer | qinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-19 06:53:56 +0000 |
commit | 2b12c3257248d0559c3dd465ed08464200729a6c (patch) | |
tree | 96913bf52d1442a8a4fadf05fc76b99e7ed15235 /ipc | |
parent | 2b285bfa45e120476bb3b7405f83365f00f2b245 (diff) | |
download | chromium_src-2b12c3257248d0559c3dd465ed08464200729a6c.zip chromium_src-2b12c3257248d0559c3dd465ed08464200729a6c.tar.gz chromium_src-2b12c3257248d0559c3dd465ed08464200729a6c.tar.bz2 |
Populate canPlayType to renderer
This CL implements the AddKeySystem() call, and using sync IPC to send the results back to the render process.
TBR=jschuh
BUG=224793
Review URL: https://chromiumcodereview.appspot.com/23513055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224064 0039d316-1c4b-4281-b951-d872f2087c98
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 f583301..dc9be23 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -88,6 +88,7 @@ enum IPCMessageStart { WebRTCIdentityMsgStart, LocalDiscoveryMsgStart, PowerMonitorMsgStart, + EncryptedMediaMsgStart, LastIPCMsgStart // Must come last. }; |