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

Unified Diff: media/mojo/interfaces/decryptor.mojom

Issue 1004623009: media: Hook up ContentDecryptionModuleClient in mojo CDM service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: media/mojo/interfaces/decryptor.mojom
diff --git a/media/mojo/interfaces/decryptor.mojom b/media/mojo/interfaces/decryptor.mojom
index f24d548640a544309aefe79abdc850cbbf86e72a..55091e4671cdfa24d9c03522b4280edfb143b042 100644
--- a/media/mojo/interfaces/decryptor.mojom
+++ b/media/mojo/interfaces/decryptor.mojom
@@ -11,9 +11,6 @@ import "media/mojo/interfaces/media_types.mojom";
struct AudioBuffer {};
struct VideoFrame {};
-// TODO(xhwang): Client syntax has been removed, so a new mechanism for client
-// discovery must be added to this interface. See http://crbug.com/451321.
-
// Interface for decrypting (and decoding) encrypted streams.
// See media/base/decryptor.h for details.
interface Decryptor {

Powered by Google App Engine
This is Rietveld 408576698