mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
win: Disable crash metrics collection (fixes #3847)
This commit is contained in:
@@ -631,11 +631,6 @@ bool CefCrashReporterClient::GetCrashDumpLocation(std::wstring* crash_dir) {
|
||||
return GetDefaultCrashDumpLocation(crash_dir, base::UTF8ToWide(app_name_));
|
||||
}
|
||||
|
||||
bool CefCrashReporterClient::GetCrashMetricsLocation(
|
||||
std::wstring* metrics_dir) {
|
||||
return GetDefaultUserDataDirectory(metrics_dir, base::UTF8ToWide(app_name_));
|
||||
}
|
||||
|
||||
#elif BUILDFLAG(IS_POSIX)
|
||||
|
||||
void CefCrashReporterClient::GetProductNameAndVersion(const char** product_name,
|
||||
|
Reference in New Issue
Block a user