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

Unified Diff: media/filters/decrypting_audio_decoder_unittest.cc

Issue 141243003: Add AudioBufferStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@decoderstream_rebased
Patch Set: add TODOs Created 6 years, 10 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/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 050bcf8555bed458befaba2103c2fc857a790eb2..ed0ff24c7e92afd02fcf76a20309d4417948e620 100644
--- a/media/filters/decrypting_audio_decoder_unittest.cc
+++ b/media/filters/decrypting_audio_decoder_unittest.cc
@@ -1,3 +1,4 @@
+/*
DaleCurtis 2014/02/21 21:48:48 Broke? :)
rileya (GONE FROM CHROMIUM) 2014/02/21 23:04:02 For the moment yes, I wanted feedback on the imple
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -631,3 +632,4 @@ TEST_F(DecryptingAudioDecoderTest, Reset_AfterReset) {
}
} // namespace media
+*/

Powered by Google App Engine
This is Rietveld 408576698