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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 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
Index: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
index 43686648d84220ecc3597947a175f218882a0161..42630cbbd9f0e760ba62e4ce519f15a5d5ff9db1 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
@@ -707,7 +707,7 @@ PaymentRequest::PaymentRequest(Document& document,
m_shippingType = getValidShippingType(m_options.shippingType());
document.frame()->interfaceProvider()->getInterface(
- mojo::GetProxy(&m_paymentProvider));
+ mojo::MakeRequest(&m_paymentProvider));
m_paymentProvider.set_connection_error_handler(convertToBaseCallback(
WTF::bind(&PaymentRequest::OnError, wrapWeakPersistent(this),
PaymentErrorReason::UNKNOWN)));

Powered by Google App Engine
This is Rietveld 408576698