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

Unified Diff: chrome/renderer/media/encrypted_media_utils_android.h

Issue 23513055: Populate canPlayType to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/encrypted_media_utils_android.h
diff --git a/chrome/renderer/media/encrypted_media_utils_android.h b/chrome/renderer/media/encrypted_media_utils_android.h
new file mode 100644
index 0000000000000000000000000000000000000000..4da8139cde2c389b88a0fed68a1eadead774bfdd
--- /dev/null
+++ b/chrome/renderer/media/encrypted_media_utils_android.h
@@ -0,0 +1,20 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_RENDERER_MEDIA_ENCRYPTED_MEDIA_UTILS_ANDROID_H_
+#define CHROME_RENDERER_MEDIA_ENCRYPTED_MEDIA_UTILS_ANDROID_H_
+
+#include "content/public/renderer/key_system_info.h"
+
+struct SupportedKeySystem;
+
+namespace chrome {
+
+// Convert SupportedKeySystem to content::KeySystemInfo.
+content::KeySystemInfo SupportedKeySystemToKeySystemInfo(
+ const SupportedKeySystem& key_system);
+
+} // namespace chrome
+
+#endif // CHROME_RENDERER_MEDIA_ENCRYPTED_MEDIA_UTILS_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698