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

Unified Diff: components/payments/content/utility/payment_manifest_parser.cc

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (Closed)
Patch Set: . Created 3 years, 8 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
Index: components/payments/content/utility/payment_manifest_parser.cc
diff --git a/components/payments/content/utility/payment_manifest_parser.cc b/components/payments/content/utility/payment_manifest_parser.cc
index 4c77062fdaffe3ed932e287d19e89a218f02a827..d994cb64388cfea80428e3eb760ea6e44fdc067e 100644
--- a/components/payments/content/utility/payment_manifest_parser.cc
+++ b/components/payments/content/utility/payment_manifest_parser.cc
@@ -22,6 +22,7 @@ namespace payments {
// static
void PaymentManifestParser::Create(
+ const service_manager::BindSourceInfo& source_info,
mojom::PaymentManifestParserRequest request) {
mojo::MakeStrongBinding(base::MakeUnique<PaymentManifestParser>(),
std::move(request));
« no previous file with comments | « components/payments/content/utility/payment_manifest_parser.h ('k') | components/rappor/rappor_recorder_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698