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

Unified Diff: content/renderer/media/crypto/key_systems.h

Issue 185993004: Encrypted Media: Confine UUID code to MediaDrmBridge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed Created 6 years, 9 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: content/renderer/media/crypto/key_systems.h
diff --git a/content/renderer/media/crypto/key_systems.h b/content/renderer/media/crypto/key_systems.h
index 713607e1ceb4487059cb750734e3d8450ab75528..66bc441364e24f2da26e34bd063b53df425eaaa8 100644
--- a/content/renderer/media/crypto/key_systems.h
+++ b/content/renderer/media/crypto/key_systems.h
@@ -49,10 +49,6 @@ CONTENT_EXPORT bool CanUseAesDecryptor(const std::string& concrete_key_system);
// Returns empty string if |concrete_key_system| is unknown or not Pepper-based.
CONTENT_EXPORT std::string GetPepperType(
const std::string& concrete_key_system);
-#elif defined(OS_ANDROID)
-// Convert |concrete_key_system| to 16-byte Android UUID.
-CONTENT_EXPORT std::vector<uint8> GetUUID(
- const std::string& concrete_key_system);
#endif
} // namespace content
« no previous file with comments | « content/renderer/media/android/renderer_media_player_manager.cc ('k') | content/renderer/media/crypto/key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698