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

Unified Diff: chromecast/android/platform_jni_loader_stub.cc

Issue 490603002: Chromecast: initial checkin of Android-based cast shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added android DEPS (git cl presubmit doesn't check Java DEPS?) 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/android/platform_jni_loader.h ('k') | chromecast/android/src/dummy » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/android/platform_jni_loader_stub.cc
diff --git a/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc b/chromecast/android/platform_jni_loader_stub.cc
similarity index 57%
copy from chromecast/shell/browser/devtools/remote_debugging_server_simple.cc
copy to chromecast/android/platform_jni_loader_stub.cc
index 40d7a2c6bcc475b0f6c0ad39e5ec3e9d2880a7d3..0f8d814b0f99359a4fb21b9c350870b9fd971d3d 100644
--- a/chromecast/shell/browser/devtools/remote_debugging_server_simple.cc
+++ b/chromecast/android/platform_jni_loader_stub.cc
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/shell/browser/devtools/remote_debugging_server.h"
+#include "chromecast/android/platform_jni_loader.h"
namespace chromecast {
-namespace shell {
+namespace android {
-bool RemoteDebuggingServer::ShouldStartImmediately() {
+bool PlatformRegisterJni(JNIEnv* env) {
+ // Intentional no-op for public build.
return true;
}
-} // namespace shell
+} // namespace android
} // namespace chromecast
« no previous file with comments | « chromecast/android/platform_jni_loader.h ('k') | chromecast/android/src/dummy » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698