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 |