| Index: chrome/app/chrome_crash_reporter_client_win.cc
|
| diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc
|
| index 5fbfce13415bcee640ba8f0e789a04c26fd35c72..5c575131fc8349e48ee985e160b4562692c12c89 100644
|
| --- a/chrome/app/chrome_crash_reporter_client_win.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client_win.cc
|
| @@ -356,6 +356,10 @@ bool ChromeCrashReporterClient::GetCollectStatsConsent() {
|
| return install_static::GetCollectStatsConsent();
|
| }
|
|
|
| +bool ChromeCrashReporterClient::GetCollectStatsInSample() {
|
| + return install_static::GetCollectStatsInSample();
|
| +}
|
| +
|
| bool ChromeCrashReporterClient::EnableBreakpadForProcess(
|
| const std::string& process_type) {
|
| return process_type == install_static::kRendererProcess ||
|
|
|