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

Unified Diff: media/filters/decrypting_audio_decoder_unittest.cc

Issue 11492003: Encrypted Media: Support Audio Decrypt-Only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments mostly resolved (I believe); need to add/update tests if this looks good Created 8 years 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/filters/decrypting_audio_decoder_unittest.cc
diff --git a/media/filters/decrypting_audio_decoder_unittest.cc b/media/filters/decrypting_audio_decoder_unittest.cc
index a6a897f534212a9fa8bab57f143ae5d8b9d2e741..e05be8b603484ef205cb0c1456f6dbf86a27dfbb 100644
--- a/media/filters/decrypting_audio_decoder_unittest.cc
+++ b/media/filters/decrypting_audio_decoder_unittest.cc
@@ -212,7 +212,7 @@ class DecryptingAudioDecoderTest : public testing::Test {
}
MOCK_METHOD1(RequestDecryptorNotification,
- void(const DecryptingAudioDecoder::DecryptorNotificationCB&));
+ void(const DecryptingAudioDecoder::DecryptorReadyCB&));
MOCK_METHOD2(FrameReady, void(AudioDecoder::Status,
const scoped_refptr<Buffer>&));

Powered by Google App Engine
This is Rietveld 408576698