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

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

Issue 2880133002: PaymentHandler: Should not allow accessing PaymentManager in Extension.
Patch Set: PaymentHandler: Should not allow accessing PaymentManager in Extension. Created 3 years, 7 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/PaymentAppServiceWorkerRegistration.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
index 7163e01722b64b9584dd6655b6d8259ef1205d22..85f5deb3b38eac9b109d3421b755c00c08a17b37 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.h
@@ -26,8 +26,9 @@ class PaymentAppServiceWorkerRegistration final
static PaymentAppServiceWorkerRegistration& From(ServiceWorkerRegistration&);
static PaymentManager* paymentManager(ScriptState*,
- ServiceWorkerRegistration&);
- PaymentManager* paymentManager(ScriptState*);
+ ServiceWorkerRegistration&,
+ ExceptionState&);
+ PaymentManager* paymentManager(ScriptState*, ExceptionState&);
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698