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

Unified Diff: media/base/android/media_drm_bridge.h

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix isRenewalMessage() in browser tests. Created 4 years, 10 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 | « media/base/android/java/src/org/chromium/media/MediaDrmBridge.java ('k') | media/base/key_system_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_drm_bridge.h
diff --git a/media/base/android/media_drm_bridge.h b/media/base/android/media_drm_bridge.h
index d46abbe2856b86b2723c160380aa2b18e7dfdceb..04e57fc6ee197986eaf695edcaa9165078b4b45d 100644
--- a/media/base/android/media_drm_bridge.h
+++ b/media/base/android/media_drm_bridge.h
@@ -190,8 +190,8 @@ class MEDIA_EXPORT MediaDrmBridge : public MediaKeys, public PlayerTracker {
// Session event callbacks.
- // TODO(xhwang): Remove |j_legacy_destination_url| when prefixed EME support
- // is removed.
+ // TODO(xhwang): Remove |j_legacy_destination_url| now that prefixed EME
+ // support is removed. http://crbug.com/249976
void OnSessionMessage(
JNIEnv* env,
const base::android::JavaParamRef<jobject>& j_media_drm,
@@ -224,6 +224,7 @@ class MEDIA_EXPORT MediaDrmBridge : public MediaKeys, public PlayerTracker {
// unrelated to one of the MediaKeys calls that accept a |promise|.
// Note:
// - This method is only for supporting prefixed EME API.
+ // TODO(ddorwin): Remove it now. https://crbug.com/249976
// - This method will be ignored by unprefixed EME. All errors reported
// in this method should probably also be reported by one of other methods.
void OnLegacySessionError(
« no previous file with comments | « media/base/android/java/src/org/chromium/media/MediaDrmBridge.java ('k') | media/base/key_system_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698