Skip to content

Commit

Permalink
12858: Super quick fix for startup crash in Nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
iefremov committed Jan 31, 2021
1 parent 1aa51cb commit 49344ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser/brave_stats/brave_stats_updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ void BraveStatsUpdater::SetStatsThresholdCallback(
GURL BraveStatsUpdater::BuildStatsEndpoint(const std::string& path) {
auto stats_updater_url = GURL(usage_server_ + path);
#if defined(OFFICIAL_BUILD)
// Urgent fix for https://github.com/brave/brave-browser/issues/13858
stats_updater_url = GURL("https://laptop-updates.brave.com" + path);
CHECK(stats_updater_url.is_valid());
#endif
return stats_updater_url;
Expand Down

0 comments on commit 49344ea

Please sign in to comment.