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:
@@ -49,7 +49,6 @@ class CefCrashReporterClient : public crash_reporter::CrashReporterClient {
|
||||
std::wstring* special_build,
|
||||
std::wstring* channel_name) override;
|
||||
bool GetCrashDumpLocation(std::wstring* crash_dir) override;
|
||||
bool GetCrashMetricsLocation(std::wstring* metrics_dir) override;
|
||||
#elif BUILDFLAG(IS_POSIX)
|
||||
void GetProductNameAndVersion(const char** product_name,
|
||||
const char** version) override;
|
||||
|
Reference in New Issue
Block a user