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

Unified Diff: chromecast/app/android/cast_crash_reporter_client_android.cc

Issue 2713843003: [Chromecast] Don't override RegisterCrashKeys() on Android. (Closed)
Patch Set: Remove RegisterCastCrashKeys() Created 3 years, 10 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/cast_crash_reporter_client_android.h ('k') | chromecast/crash/cast_crash_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/android/cast_crash_reporter_client_android.cc
diff --git a/chromecast/app/android/cast_crash_reporter_client_android.cc b/chromecast/app/android/cast_crash_reporter_client_android.cc
index 5bc66ab9e3c192b2f46b77b3e8935aad60dd3d8c..68a533fc580fe18d64eef6c53d7ee4fcf4b197d3 100644
--- a/chromecast/app/android/cast_crash_reporter_client_android.cc
+++ b/chromecast/app/android/cast_crash_reporter_client_android.cc
@@ -69,10 +69,6 @@ bool CastCrashReporterClientAndroid::GetCrashDumpLocation(
crash_dir);
}
-size_t CastCrashReporterClientAndroid::RegisterCrashKeys() {
- return crash_keys::RegisterCastCrashKeys();
-}
-
bool CastCrashReporterClientAndroid::GetCollectStatsConsent() {
return android::ChromecastConfigAndroid::GetInstance()->CanSendUsageStats();
}
« no previous file with comments | « chromecast/app/android/cast_crash_reporter_client_android.h ('k') | chromecast/crash/cast_crash_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698