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

Unified Diff: media/filters/pipeline_integration_test.cc

Issue 17309003: Removed unused NeedKey callback from Decryptors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase only Created 7 years, 6 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
« no previous file with comments | « media/crypto/aes_decryptor_unittest.cc ('k') | webkit/plugins/ppapi/content_decryptor_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_integration_test.cc
diff --git a/media/filters/pipeline_integration_test.cc b/media/filters/pipeline_integration_test.cc
index 5f8076770048c71c0e16fc5138a2d29559bf36a8..5fde891e260c73ab81b71e9b62b2a2a9455a5ec5 100644
--- a/media/filters/pipeline_integration_test.cc
+++ b/media/filters/pipeline_integration_test.cc
@@ -92,8 +92,6 @@ class FakeEncryptedMedia {
base::Bind(&FakeEncryptedMedia::KeyError,
base::Unretained(this)),
base::Bind(&FakeEncryptedMedia::KeyMessage,
- base::Unretained(this)),
- base::Bind(&FakeEncryptedMedia::NeedKey,
base::Unretained(this))),
app_(app) {
}
« no previous file with comments | « media/crypto/aes_decryptor_unittest.cc ('k') | webkit/plugins/ppapi/content_decryptor_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698