| 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);
|
|
|