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

Unified Diff: chromecast/shell/renderer/key_systems_cast_simple.cc

Issue 568243002: Adds initial key systems support for Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address last comments Created 6 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
« no previous file with comments | « chromecast/shell/renderer/key_systems_cast.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/renderer/key_systems_cast_simple.cc
diff --git a/chromecast/android/platform_jni_loader_stub.cc b/chromecast/shell/renderer/key_systems_cast_simple.cc
similarity index 57%
copy from chromecast/android/platform_jni_loader_stub.cc
copy to chromecast/shell/renderer/key_systems_cast_simple.cc
index 0f8d814b0f99359a4fb21b9c350870b9fd971d3d..752669f07a76c3ddd7cd814a5aa7bb337e1f4051 100644
--- a/chromecast/android/platform_jni_loader_stub.cc
+++ b/chromecast/shell/renderer/key_systems_cast_simple.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/android/platform_jni_loader.h"
+#include "chromecast/shell/renderer/key_systems_cast.h"
namespace chromecast {
-namespace android {
+namespace shell {
-bool PlatformRegisterJni(JNIEnv* env) {
+void AddChromecastPlatformKeySystems(
+ std::vector<content::KeySystemInfo>* key_systems_info) {
// Intentional no-op for public build.
- return true;
}
-} // namespace android
+} // namespace shell
} // namespace chromecast
« no previous file with comments | « chromecast/shell/renderer/key_systems_cast.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698