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

Unified Diff: webkit/media/crypto/proxy_decryptor.h

Issue 15028015: Conditionally build support for Pepper-based CDMs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use AppendAscii() where possible. Created 7 years, 7 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 | « webkit/media/crypto/key_systems_unittest.cc ('k') | webkit/media/crypto/proxy_decryptor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/crypto/proxy_decryptor.h
diff --git a/webkit/media/crypto/proxy_decryptor.h b/webkit/media/crypto/proxy_decryptor.h
index 0b26dd226c05c59f4dd9e8cbb53433276913fb36..3e81ce37e7b5bbae46e8f7d5c8a2cb981789f74b 100644
--- a/webkit/media/crypto/proxy_decryptor.h
+++ b/webkit/media/crypto/proxy_decryptor.h
@@ -51,8 +51,10 @@ class ProxyDecryptor {
private:
// Helper functions to create decryptors to handle the given |key_system|.
+#if defined(ENABLE_PEPPER_CDMS)
scoped_ptr<media::Decryptor> CreatePpapiDecryptor(
const std::string& key_system);
+#endif // defined(ENABLE_PEPPER_CDMS)
scoped_ptr<media::Decryptor> CreateDecryptor(const std::string& key_system);
// Callbacks for firing key events.
« no previous file with comments | « webkit/media/crypto/key_systems_unittest.cc ('k') | webkit/media/crypto/proxy_decryptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698