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

Unified Diff: webkit/plugins/ppapi/content_decryptor_delegate.h

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/filters/pipeline_integration_test.cc ('k') | webkit/plugins/ppapi/content_decryptor_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/content_decryptor_delegate.h
diff --git a/webkit/plugins/ppapi/content_decryptor_delegate.h b/webkit/plugins/ppapi/content_decryptor_delegate.h
index dba3423c55581f118fd5bd75bc49784f982e72c9..3653890e9060865b94018d906eedddcdf7c1ee55 100644
--- a/webkit/plugins/ppapi/content_decryptor_delegate.h
+++ b/webkit/plugins/ppapi/content_decryptor_delegate.h
@@ -43,8 +43,7 @@ class WEBKIT_PLUGINS_EXPORT ContentDecryptorDelegate {
void SetKeyEventCallbacks(const media::KeyAddedCB& key_added_cb,
const media::KeyErrorCB& key_error_cb,
- const media::KeyMessageCB& key_message_cb,
- const media::NeedKeyCB& need_key_cb);
+ const media::KeyMessageCB& key_message_cb);
// Provides access to PPP_ContentDecryptor_Private.
bool GenerateKeyRequest(const std::string& type,
@@ -138,7 +137,6 @@ class WEBKIT_PLUGINS_EXPORT ContentDecryptorDelegate {
media::KeyAddedCB key_added_cb_;
media::KeyErrorCB key_error_cb_;
media::KeyMessageCB key_message_cb_;
- media::NeedKeyCB need_key_cb_;
gfx::Size natural_size_;
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | webkit/plugins/ppapi/content_decryptor_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698