Chromium Code Reviews| 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 22b95712995b6f31b1d2b132b3370317f5173f15..a94354d65a780fcc4e0ed86eba100919feea0347 100644 |
| --- a/components/crash/content/app/crash_reporter_client.cc |
| +++ b/components/crash/content/app/crash_reporter_client.cc |
| @@ -122,6 +122,10 @@ bool CrashReporterClient::GetCollectStatsConsent() { |
| return false; |
| } |
| +bool CrashReporterClient::GetCollectStatsInSample() { |
| + return true; |
|
Alexei Svitkine (slow)
2016/08/10 21:49:33
Maybe add a comment about why true as default valu
jwd
2016/08/11 21:41:03
Done.
|
| +} |
| + |
| #if defined(OS_WIN) || defined(OS_MACOSX) |
| bool CrashReporterClient::ReportingIsEnforcedByPolicy(bool* breakpad_enabled) { |
| return false; |