| Index: components/crash/content/app/crash_reporter_client.cc
|
| diff --git a/components/crash/content/app/crash_reporter_client.cc b/components/crash/content/app/crash_reporter_client.cc
|
| index fd8834878917f670076d843569e45bed4446ad44..968a65e8df761962bf0e88b7cc796f1524b0b30e 100644
|
| --- a/components/crash/content/app/crash_reporter_client.cc
|
| +++ b/components/crash/content/app/crash_reporter_client.cc
|
| @@ -122,6 +122,14 @@ size_t CrashReporterClient::RegisterCrashKeys() {
|
| return 0;
|
| }
|
|
|
| +bool CrashReporterClient::UseCrashKeysWhiteList() {
|
| + return false;
|
| +}
|
| +
|
| +const char** CrashReporterClient::GetWhiteListedCrashKeys() {
|
| + return NULL;
|
| +}
|
| +
|
| bool CrashReporterClient::IsRunningUnattended() {
|
| return true;
|
| }
|
|
|