Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: src/service.cc

Issue 4203001: cashew: libcurl http fetcher: use default CA certificate path (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/libcurl_http_fetcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/service.cc
diff --git a/src/service.cc b/src/service.cc
index 1bb11055dd5b92644738b391f557c36be84032b7..210609c72d9e72aefedd539c62d641ad775ef5bc 100644
--- a/src/service.cc
+++ b/src/service.cc
@@ -432,9 +432,9 @@ void Service::OnUsageUrlUpdate(const std::string& usage_url) {
}
usage_url_ = usage_url;
if (provider_ != NULL) {
- DCHECK(usage_url != provider_->GetUsageUrl());
+ DCHECK(usage_url_ != provider_->GetUsageUrl());
StopSendingUsageRequests();
- provider_->SetUsageUrl(usage_url);
+ provider_->SetUsageUrl(usage_url_);
ReconsiderSendingUsageRequests();
}
}
« no previous file with comments | « src/libcurl_http_fetcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698