Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
use brave url for update pings
Browse files Browse the repository at this point in the history
auditors: @bbondy
  • Loading branch information
bridiver committed Nov 30, 2016
1 parent 271383a commit bde5a94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ std::vector<GURL> BraveConfigurator::UpdateUrl() const {
}

std::vector<GURL> BraveConfigurator::PingUrl() const {
return configurator_impl_.PingUrl();
return UpdateUrl();
}

base::Version BraveConfigurator::GetBrowserVersion() const {
Expand Down

0 comments on commit bde5a94

Please sign in to comment.