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_; |