Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2183)

Unified Diff: content/renderer/media/android/proxy_media_keys.h

Issue 193523002: Encrypted Media: Implement IPC based SetCdm(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/media/android/proxy_media_keys.h
diff --git a/content/renderer/media/android/proxy_media_keys.h b/content/renderer/media/android/proxy_media_keys.h
index dd0f99e9f91b4ff51cc5d443ac43076e4433d837..ca14047585e81b7567e25f92543303103ab25f4c 100644
--- a/content/renderer/media/android/proxy_media_keys.h
+++ b/content/renderer/media/android/proxy_media_keys.h
@@ -42,6 +42,7 @@ class ProxyMediaKeys : public media::MediaKeys {
const uint8* response,
int response_length) OVERRIDE;
virtual void ReleaseSession(uint32 session_id) OVERRIDE;
+ virtual int GetCdmId() OVERRIDE;
ddorwin 2014/03/11 18:05:14 This will not be in the base class, but the factor
xhwang 2014/03/12 01:07:52 Done. I am keeping a GetCdmId() function in ProxyM
// Callbacks.
void OnSessionCreated(uint32 session_id, const std::string& web_session_id);

Powered by Google App Engine
This is Rietveld 408576698