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

Unified Diff: components/update_client/update_checker.cc

Issue 2293933003: Remove whitespace in the <ping> element closing tag in the comp updater. (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_checker.cc
diff --git a/components/update_client/update_checker.cc b/components/update_client/update_checker.cc
index c1cf4d7fce8dded3a25452e2829cc1cfbbadefeb..010494be6c53ff059a0618a815ec7128e6b5244c 100644
--- a/components/update_client/update_checker.cc
+++ b/components/update_client/update_checker.cc
@@ -109,7 +109,7 @@ std::string BuildUpdateCheckRequest(const Configurator& config,
}
base::StringAppendF(&app, "/>");
- base::StringAppendF(&app, "<ping rd=\"%d\" ping_freshness=\"%s\" />",
+ base::StringAppendF(&app, "<ping rd=\"%d\" ping_freshness=\"%s\"/>",
metadata->GetDateLastRollCall(item->id),
metadata->GetPingFreshness(item->id).c_str());
if (!item->component.fingerprint.empty()) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698