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

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

Issue 2790013002: PaymentHandler: Implement set/get methods in PaymentInstruments (blink) (Closed)
Patch Set: blink 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 b20a1ffcb523a3a52f0cc61e6c31d2dbe9920906..723f67aef2c5a129d90e3421dd76ff302cf17231 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