summarylogtreecommitdiffstats
path: root/brave-custom-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'brave-custom-build.patch')
-rw-r--r--brave-custom-build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/brave-custom-build.patch b/brave-custom-build.patch
index 82e10a29a3cf..f6a1f9da2828 100644
--- a/brave-custom-build.patch
+++ b/brave-custom-build.patch
@@ -164,3 +164,16 @@ index d3bf012a5f..794ba63eb7 100644
#include "base/logging.h"
#include "brave/components/ipfs/common/ipfs_constants.h"
+diff --git a/brave/browser/brave_stats/brave_stats_updater.cc b/brave/browser/brave_stats/brave_stats_updater.cc
+index e4e9a0668f..20493aa078 100644
+--- a/brave/browser/brave_stats/brave_stats_updater.cc
++++ b/brave/browser/brave_stats/brave_stats_updater.cc
+@@ -171,9 +171,6 @@ void BraveStatsUpdater::SetStatsThresholdCallback(
+
+ GURL BraveStatsUpdater::BuildStatsEndpoint(const std::string& path) {
+ auto stats_updater_url = GURL(usage_server_ + path);
+-#if defined(OFFICIAL_BUILD)
+- CHECK(stats_updater_url.is_valid());
+-#endif
+ return stats_updater_url;
+ }