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

Unified Diff: chromecast/android/platform_jni_loader_simple.cc

Issue 490603002: Chromecast: initial checkin of Android-based cast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: chromecast/android/platform_jni_loader_simple.cc
diff --git a/chromecast/common/chromecast_config_simple.cc b/chromecast/android/platform_jni_loader_simple.cc
similarity index 61%
copy from chromecast/common/chromecast_config_simple.cc
copy to chromecast/android/platform_jni_loader_simple.cc
index f62efe524b848cf05ec0bd0438c29d801298eaf6..7b4a781bfaa6c973ad0a3b0c9177aba03cb8f4f3 100644
--- a/chromecast/common/chromecast_config_simple.cc
+++ b/chromecast/android/platform_jni_loader_simple.cc
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/common/chromecast_config.h"
+#include "chromecast/android/platform_jni_loader.h"
namespace chromecast {
+namespace android {
-void ChromecastConfig::RegisterPlatformPrefs(PrefRegistrySimple* registry) {
+void PlatformRegisterJni(JNIEnv* env) {
Yaron 2014/08/20 18:11:01 Again, not super excited about these stubs. Will t
gunsch 2014/08/21 22:31:28 I don't think we have a doc for public consumption
}
+} // namespace android
} // namespace chromecast

Powered by Google App Engine
This is Rietveld 408576698