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

Unified Diff: chromecast/base/cast_sys_info_android.h

Issue 2199973003: Android JNI gen: Don't emit code for empty RegisterNatives() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: Android JNI gen: Don't emit code for empty RegisterNatives() Created 4 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
« no previous file with comments | « chromecast/base/android/dumpstate_writer.cc ('k') | chromecast/base/cast_sys_info_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/cast_sys_info_android.h
diff --git a/chromecast/base/cast_sys_info_android.h b/chromecast/base/cast_sys_info_android.h
index 0cc4b55ea04a3202232ddedcd0fb085f314dc182..4f1fe94b27cb7e4cec9e71e333f899126b395c63 100644
--- a/chromecast/base/cast_sys_info_android.h
+++ b/chromecast/base/cast_sys_info_android.h
@@ -20,8 +20,6 @@ namespace chromecast {
class CastSysInfoAndroid : public CastSysInfo {
public:
- static bool RegisterJni(JNIEnv* env);
-
CastSysInfoAndroid();
~CastSysInfoAndroid() override;
@@ -43,9 +41,6 @@ class CastSysInfoAndroid : public CastSysInfo {
std::string GetGlRenderer() override;
std::string GetGlVersion() override;
- // Native implementation of Java methods.
- void DeviceNameChanged(JNIEnv* env, jobject obj, jstring device_name);
-
private:
const base::android::BuildInfo* const build_info_;
« no previous file with comments | « chromecast/base/android/dumpstate_writer.cc ('k') | chromecast/base/cast_sys_info_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698