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

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

Issue 923263004: Enable crash keys for cast shell on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chromecast/crash/android/cast_crash_reporter_client_android.h
diff --git a/chromecast/crash/android/cast_crash_reporter_client_android.h b/chromecast/crash/android/cast_crash_reporter_client_android.h
index 4524ae70a266298505e01b3b1c5c468d792b433f..a21ac5f8b4b50379bce84729ed8d18fa106cc73d 100644
--- a/chromecast/crash/android/cast_crash_reporter_client_android.h
+++ b/chromecast/crash/android/cast_crash_reporter_client_android.h
@@ -25,6 +25,7 @@ class CastCrashReporterClientAndroid
virtual bool GetCollectStatsConsent() override;
virtual bool EnableBreakpadForProcess(
const std::string& process_type) override;
+ size_t RegisterCrashKeys() override;
private:
DISALLOW_COPY_AND_ASSIGN(CastCrashReporterClientAndroid);

Powered by Google App Engine
This is Rietveld 408576698