| 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;
|
|
|