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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 835683002: media: Always define |cdm_id| in CdmContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 279c12221ce254fc8ad78714774e15b3b1bda807..c73c4d1f4e6735257cbbf37c938fdac9649c97cf 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -185,10 +185,7 @@ class FakeEncryptedMedia {
TestCdmContext(Decryptor* decryptor) : decryptor_(decryptor) {}
Decryptor* GetDecryptor() final { return decryptor_; }
-
-#if defined(ENABLE_BROWSER_CDMS)
int GetCdmId() const final { return kInvalidCdmId; }
-#endif
private:
Decryptor* decryptor_;
« content/renderer/media/crypto/ppapi_decryptor.cc ('K') | « media/cdm/aes_decryptor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698