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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentManager.h

Issue 2790013002: PaymentHandler: Implement set/get methods in PaymentInstruments (blink) (Closed)
Patch Set: addressed comments 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: third_party/WebKit/Source/modules/payments/PaymentManager.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentManager.h b/third_party/WebKit/Source/modules/payments/PaymentManager.h
index 207ad86e69ca6aa39e2e732cfadd5ff94adba800..47ebe7d76f523265612d6d5747bb33bdeca14d94 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentManager.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentManager.h
@@ -46,8 +46,8 @@ class MODULES_EXPORT PaymentManager final
void OnServiceConnectionError();
Member<ServiceWorkerRegistration> registration_;
- Member<PaymentInstruments> instruments_;
payments::mojom::blink::PaymentManagerPtr manager_;
+ Member<PaymentInstruments> instruments_;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698