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

Unified Diff: chromecast/media/cdm/cast_cdm.h

Issue 2160953004: [Chromecast] Pass security origin to CastCdm and remove destination url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Depends on //url:url Created 4 years, 5 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
« no previous file with comments | « chromecast/media/cdm/BUILD.gn ('k') | chromecast/media/cdm/cast_cdm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cdm/cast_cdm.h
diff --git a/chromecast/media/cdm/cast_cdm.h b/chromecast/media/cdm/cast_cdm.h
index e9c7512abedb9baa372e38bbb77d0d0a902a8b03..55a69110cf4a20588f78085f3c5d819968d9137f 100644
--- a/chromecast/media/cdm/cast_cdm.h
+++ b/chromecast/media/cdm/cast_cdm.h
@@ -77,7 +77,6 @@ class CastCdm : public ::media::MediaKeys {
void OnSessionMessage(const std::string& session_id,
const std::vector<uint8_t>& message,
- const GURL& destination_url,
::media::MediaKeys::MessageType message_type);
void OnSessionClosed(const std::string& session_id);
void OnSessionKeysChange(const std::string& session_id,
« no previous file with comments | « chromecast/media/cdm/BUILD.gn ('k') | chromecast/media/cdm/cast_cdm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698