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

Unified Diff: content/browser/media/cdm/browser_cdm_manager.h

Issue 2255943002: EME: Remove obsolete legacy APIs related to versions of prefixed EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build and add bug reference for obsoletes Created 4 years, 4 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/browser/media/cdm/browser_cdm_manager.h
diff --git a/content/browser/media/cdm/browser_cdm_manager.h b/content/browser/media/cdm/browser_cdm_manager.h
index cdf088f3cb8ffdb8f960c0568c4ed5d1e636ee35..51b03693d9d9498c5c97bca4191537d79d2dfeec 100644
--- a/content/browser/media/cdm/browser_cdm_manager.h
+++ b/content/browser/media/cdm/browser_cdm_manager.h
@@ -94,17 +94,10 @@ class CONTENT_EXPORT BrowserCdmManager : public BrowserMessageFilter {
int cdm_id,
const std::string& session_id,
media::MediaKeys::MessageType message_type,
- const std::vector<uint8_t>& message,
- const GURL& legacy_destination_url);
+ const std::vector<uint8_t>& message);
void OnSessionClosed(int render_frame_id,
int cdm_id,
const std::string& session_id);
- void OnLegacySessionError(int render_frame_id,
- int cdm_id,
- const std::string& session_id,
- media::MediaKeys::Exception exception_code,
- uint32_t system_code,
- const std::string& error_message);
void OnSessionKeysChange(int render_frame_id,
int cdm_id,
const std::string& session_id,

Powered by Google App Engine
This is Rietveld 408576698