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

Unified Diff: chrome/test/data/extensions/api_test/service_worker/payments/manifest.json

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: chrome/test/data/extensions/api_test/service_worker/payments/manifest.json
diff --git a/chrome/test/data/extensions/api_test/service_worker/payments/manifest.json b/chrome/test/data/extensions/api_test/service_worker/payments/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..d36953bcc49b884aabf5a91432c2670c0bbe70bc
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/service_worker/payments/manifest.json
@@ -0,0 +1,6 @@
+{
+ "name": "Service worker - disabling paymentManager test",
+ "description": "Should disable paymentManager in Extension",
+ "version": "1",
+ "manifest_version": 2
+}

Powered by Google App Engine
This is Rietveld 408576698