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

Unified Diff: components/autofill/core/browser/payments/payments_client.cc

Issue 1548663002: Change the name of Payments RPC endpoint in log statement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/autofill/core/browser/payments/payments_client.cc
diff --git a/components/autofill/core/browser/payments/payments_client.cc b/components/autofill/core/browser/payments/payments_client.cc
index 4452e2fe1b92a6392e7bf8ded658f1b870f27beb..a45b374fceb83d76e7f0cddad5e291831b6c1d18 100644
--- a/components/autofill/core/browser/payments/payments_client.cc
+++ b/components/autofill/core/browser/payments/payments_client.cc
@@ -240,7 +240,7 @@ class GetUploadDetailsRequest : public PaymentsRequest {
std::string request_content;
base::JSONWriter::Write(request_dict, &request_content);
- VLOG(3) << "getsavecarddetails request body: " << request_content;
+ VLOG(3) << "getdetailsforsavecard request body: " << request_content;
return request_content;
}
« 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