Index: chromecast/android/chromecast_config_android_stub.cc |
diff --git a/chromecast/android/platform_jni_loader_stub.cc b/chromecast/android/chromecast_config_android_stub.cc |
similarity index 64% |
copy from chromecast/android/platform_jni_loader_stub.cc |
copy to chromecast/android/chromecast_config_android_stub.cc |
index 0f8d814b0f99359a4fb21b9c350870b9fd971d3d..dc8bdca2d6afb3a9ff32eef56e9ef7f0c8b30963 100644 |
--- a/chromecast/android/platform_jni_loader_stub.cc |
+++ b/chromecast/android/chromecast_config_android_stub.cc |
@@ -2,14 +2,13 @@ |
// 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/android/chromecast_config_android.h" |
namespace chromecast { |
namespace android { |
-bool PlatformRegisterJni(JNIEnv* env) { |
- // Intentional no-op for public build. |
- return true; |
+bool ChromecastConfigAndroid::CanSendUsageStats() { |
+ return false; |
} |
} // namespace android |