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

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: fixed namespace 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
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/crash/android/cast_crash_reporter_client_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4f78334474bd88e46d20abfb26a30823e94819bb..e98eef72605b0ac161193879382c74063da9c009 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
bool GetCollectStatsConsent() override;
bool EnableBreakpadForProcess(
const std::string& process_type) override;
+ size_t RegisterCrashKeys() override;
private:
DISALLOW_COPY_AND_ASSIGN(CastCrashReporterClientAndroid);
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/crash/android/cast_crash_reporter_client_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698