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

Unified Diff: media/filters/video_decoder_selector_unittest.cc

Issue 11226019: Encrypted Media: Replace DecryptorClient with key event callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase again 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/video_decoder_selector_unittest.cc
diff --git a/media/filters/video_decoder_selector_unittest.cc b/media/filters/video_decoder_selector_unittest.cc
index dcf390d1260c53508524ec4e758e6bc6f167d4c0..9ca8c85c10057742454c03973c2f490df1720246 100644
--- a/media/filters/video_decoder_selector_unittest.cc
+++ b/media/filters/video_decoder_selector_unittest.cc
@@ -129,7 +129,7 @@ class VideoDecoderSelectorTest : public ::testing::Test {
VideoDecoderConfig encrypted_video_config_;
scoped_refptr<StrictMock<MockDemuxerStream> > demuxer_stream_;
// Use NiceMock since we don't care about most of calls on the decryptor, e.g.
- // RegisterKeyAddedCB().
+ // RegisterNewKeyCB().
scoped_ptr<NiceMock<MockDecryptor> > decryptor_;
scoped_refptr<StrictMock<MockVideoDecoder> > decoder_1_;
scoped_refptr<StrictMock<MockVideoDecoder> > decoder_2_;

Powered by Google App Engine
This is Rietveld 408576698