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

Unified Diff: media/crypto/aes_decryptor.cc

Issue 11313016: Add "type" in GenerateKeyRequest() and OnNeedKey(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/crypto/aes_decryptor.cc
diff --git a/media/crypto/aes_decryptor.cc b/media/crypto/aes_decryptor.cc
index b971d4c4a20489fbb4edd796f602121bd207466c..9251b3d9ee66f6d70e64d6be1de8e50bb3618ccc 100644
--- a/media/crypto/aes_decryptor.cc
+++ b/media/crypto/aes_decryptor.cc
@@ -134,6 +134,7 @@ AesDecryptor::~AesDecryptor() {
}
bool AesDecryptor::GenerateKeyRequest(const std::string& key_system,
+ const std::string& type,
ddorwin 2012/10/27 00:08:26 Comment somewhere that ClearKey/AesDecryptor does
xhwang 2012/10/27 00:50:14 Done.
const uint8* init_data,
int init_data_length) {
std::string session_id_string(base::UintToString(next_session_id_++));

Powered by Google App Engine
This is Rietveld 408576698