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

Unified Diff: chromecast/crash/android/crash_handler.h

Issue 1180633002: Chromecast: don't try to upload crash immediately. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 5 years, 6 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
Index: chromecast/crash/android/crash_handler.h
diff --git a/chromecast/crash/android/crash_handler.h b/chromecast/crash/android/crash_handler.h
index f78bcd00b7e446cb1fb00519da12fa8f42410097..c018339a5da22e15e9c79ec873bc25a892929040 100644
--- a/chromecast/crash/android/crash_handler.h
+++ b/chromecast/crash/android/crash_handler.h
@@ -12,10 +12,6 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-namespace google_breakpad {
-class ExceptionHandler;
-}
-
namespace chromecast {
class CastCrashReporterClientAndroid;
@@ -33,11 +29,6 @@ class CrashHandler {
// Registers JNI methods for this module.
static bool RegisterCastCrashJni(JNIEnv* env);
- // Returns whether or not the user has allowed for uploading crash dumps.
- bool CanUploadCrashDump();
-
- void UploadCrashDumps();
-
private:
CrashHandler(const std::string& process_type,
const base::FilePath& log_file_path);
@@ -57,7 +48,6 @@ class CrashHandler {
std::string process_type_;
scoped_ptr<CastCrashReporterClientAndroid> crash_reporter_client_;
- scoped_ptr<google_breakpad::ExceptionHandler> crash_uploader_;
DISALLOW_COPY_AND_ASSIGN(CrashHandler);
};
« no previous file with comments | « chromecast/crash/android/cast_crash_reporter_client_android.cc ('k') | chromecast/crash/android/crash_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698