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

Unified Diff: chrome/renderer/media/chrome_key_systems.cc

Issue 320383005: Add an IPC to return the platform supported key-system names in Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits. Created 6 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
Index: chrome/renderer/media/chrome_key_systems.cc
diff --git a/chrome/renderer/media/chrome_key_systems.cc b/chrome/renderer/media/chrome_key_systems.cc
index 818d4010ac9c6a1494ceb80a87fdcb17ed26c3ce..eee03bdc727a8a0850a96c0b7f7f809f53a3406e 100644
--- a/chrome/renderer/media/chrome_key_systems.cc
+++ b/chrome/renderer/media/chrome_key_systems.cc
@@ -24,6 +24,10 @@
#include "base/version.h"
#endif
+#if defined(OS_ANDROID)
ddorwin 2014/06/11 01:54:01 Because of the comment at 20, this should probably
ycheo (away) 2014/06/11 07:43:43 Done.
+#include "components/cdm/renderer/android_key_systems.h"
+#endif
+
using content::KeySystemInfo;
using content::SupportedCodecs;

Powered by Google App Engine
This is Rietveld 408576698