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

Unified Diff: chromecast/app/android/crash_handler.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/android/cast_jni_registrar.cc ('k') | chromecast/app/android/crash_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/android/crash_handler.h
diff --git a/chromecast/app/android/crash_handler.h b/chromecast/app/android/crash_handler.h
index 042ba918c08a4e88234c546e389af5d7e1257956..7b0922494b5c5347820f17f1694b54724bd8b06c 100644
--- a/chromecast/app/android/crash_handler.h
+++ b/chromecast/app/android/crash_handler.h
@@ -27,9 +27,6 @@ class CrashHandler {
// Returns the directory location for crash dumps.
static bool GetCrashDumpLocation(base::FilePath* crash_dir);
- // Registers JNI methods for this module.
- static bool RegisterCastCrashJni(JNIEnv* env);
-
private:
CrashHandler(const std::string& process_type,
const base::FilePath& log_file_path);
« no previous file with comments | « chromecast/android/cast_jni_registrar.cc ('k') | chromecast/app/android/crash_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698