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

Unified Diff: chromecast/app/android/crash_handler.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/app/android/crash_handler.h ('k') | chromecast/base/android/dumpstate_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/android/crash_handler.cc
diff --git a/chromecast/app/android/crash_handler.cc b/chromecast/app/android/crash_handler.cc
index d13e38d4a8b40b19cc38e8bbeb555dbd66478d5d..96e6e6d531bca108f8c7d5e8681c14a9f971866c 100644
--- a/chromecast/app/android/crash_handler.cc
+++ b/chromecast/app/android/crash_handler.cc
@@ -59,11 +59,6 @@ bool CrashHandler::GetCrashDumpLocation(base::FilePath* crash_dir) {
crash_dir);
}
-// static
-bool CrashHandler::RegisterCastCrashJni(JNIEnv* env) {
- return RegisterNativesImpl(env);
-}
-
CrashHandler::CrashHandler(const std::string& process_type,
const base::FilePath& log_file_path)
: log_file_path_(log_file_path),
« no previous file with comments | « chromecast/app/android/crash_handler.h ('k') | chromecast/base/android/dumpstate_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698