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

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

Issue 100323004: Update Android IPC messages to EME WD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nit Created 7 years 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 43a406056cd1bf1ac47bd7fd4c9087226ff24037..d16fd91f387bfd816a1c70fad1b49fcee65c9746 100644
--- a/content/renderer/media/android/proxy_media_keys.h
+++ b/content/renderer/media/android/proxy_media_keys.h
@@ -42,7 +42,7 @@ class ProxyMediaKeys : public media::MediaKeys {
virtual void ReleaseSession(uint32 reference_id) OVERRIDE;
// Callbacks.
- void OnSessionCreated(uint32 reference_id, const std::string& session_id);
+ void OnSessionCreated(uint32 reference_id, const std::string& web_session_id);
void OnSessionMessage(uint32 reference_id,
const std::vector<uint8>& message,
const std::string& destination_url);

Powered by Google App Engine
This is Rietveld 408576698