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

Unified Diff: chromecast/base/android/dumpstate_writer.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/app/android/crash_handler.cc ('k') | chromecast/base/android/dumpstate_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/android/dumpstate_writer.h
diff --git a/chromecast/base/android/dumpstate_writer.h b/chromecast/base/android/dumpstate_writer.h
index 379d4e655bb51ad56626425c12f4d66124b8cba9..61a0bb4587f6f40a5c9428c8d6c6a87f6d07b400 100644
--- a/chromecast/base/android/dumpstate_writer.h
+++ b/chromecast/base/android/dumpstate_writer.h
@@ -16,7 +16,6 @@ namespace chromecast {
// JNI wrapper for DumpstateWriter.java.
class DumpstateWriter {
public:
- static bool RegisterJni(JNIEnv* env);
static void AddDumpValue(const std::string& name, const std::string& value);
private:
« no previous file with comments | « chromecast/app/android/crash_handler.cc ('k') | chromecast/base/android/dumpstate_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698