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

Unified Diff: chromecast/base/android/dumpstate_writer.cc

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.h ('k') | chromecast/base/cast_sys_info_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/android/dumpstate_writer.cc
diff --git a/chromecast/base/android/dumpstate_writer.cc b/chromecast/base/android/dumpstate_writer.cc
index 7dabfb2d1f00c8604e513f6dba608bd5f4e11835..e948d067858d2b2ac842e0e2adc8fab16810dc2d 100644
--- a/chromecast/base/android/dumpstate_writer.cc
+++ b/chromecast/base/android/dumpstate_writer.cc
@@ -11,11 +11,6 @@
namespace chromecast {
// static
-bool DumpstateWriter::RegisterJni(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
-// static
void DumpstateWriter::AddDumpValue(const std::string& name,
const std::string& value) {
JNIEnv* env = base::android::AttachCurrentThread();
« no previous file with comments | « chromecast/base/android/dumpstate_writer.h ('k') | chromecast/base/cast_sys_info_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698