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

Unified Diff: components/crash/content/app/breakpad_linux.h

Issue 2717223003: Add WebView-specific whitelist for crash keys. (Closed)
Patch Set: Init whitelist vars in breakpad_linux + move crash-calls from aw_debug to aw/crash_keys (to avoid a… 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
Index: components/crash/content/app/breakpad_linux.h
diff --git a/components/crash/content/app/breakpad_linux.h b/components/crash/content/app/breakpad_linux.h
index 3ef4e8a94ad6efa0e8015f3897214de8c860abbc..0160f62845614dc788bae42d6aa7440dc9dddba4 100644
--- a/components/crash/content/app/breakpad_linux.h
+++ b/components/crash/content/app/breakpad_linux.h
@@ -17,6 +17,8 @@ namespace breakpad {
extern void InitCrashReporter(const std::string& process_type);
#if defined(OS_ANDROID)
+extern void InitCrashKeysForTesting();
+
struct SanitizationInfo {
bool should_sanitize_dumps = false;
bool skip_dump_if_principal_mapping_not_referenced = false;

Powered by Google App Engine
This is Rietveld 408576698