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

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: 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 853e7f50973e99e5b8be768374c802a8652f92f4..88f4b69dbb4871a318559d237549d33195a7fdcd 100644
--- a/chromecast/crash/android/crash_handler.h
+++ b/chromecast/crash/android/crash_handler.h
@@ -33,11 +33,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 base::FilePath& log_file_path);
~CrashHandler();

Powered by Google App Engine
This is Rietveld 408576698