Files
brave-core/patches/components-crash-core-app-crash_reporter_client.cc.patch
T

13 lines
610 B
Diff

diff --git a/components/crash/core/app/crash_reporter_client.cc b/components/crash/core/app/crash_reporter_client.cc
index b6a2910848c66489e70acdce6e09237bf6188f94..7189c75e42bda11d4af48e7cfc9e9c34414eba66 100644
--- a/components/crash/core/app/crash_reporter_client.cc
+++ b/components/crash/core/app/crash_reporter_client.cc
@@ -146,6 +146,7 @@ void CrashReporterClient::GetSanitizationInformation(
#endif
std::string CrashReporterClient::GetUploadUrl() {
+ BRAVE_CRASH_REPORTER_CLIENT_GET_UPLOAD_URL
#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && defined(OFFICIAL_BUILD)
return kDefaultUploadURL;
#else