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

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

Issue 2476343002: PaymentApp: Initial implementation for PaymentAppManager.setManifest(). (Closed)
Patch Set: fix lint error Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
index f5c7fd73f5889bf90f0805eeaa302857d065a471..d2095f955a69ab8962b53ec0d5ae9c028a0f9951 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.idl
@@ -7,5 +7,5 @@
[
RuntimeEnabled=PaymentApp,
] partial interface ServiceWorkerRegistration {
- readonly attribute PaymentAppManager paymentAppManager;
+ [CallWith=ScriptState] readonly attribute PaymentAppManager paymentAppManager;
};
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentAppServiceWorkerRegistration.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698