Chromium Code Reviews| Index: components/payments/payment_app.mojom |
| diff --git a/components/payments/payment_app.mojom b/components/payments/payment_app.mojom |
| index ca8a97a4d1af999266d87349da47f4fe1e947c6f..59b92a1a99182a20f6b81eeceb6bef52db14d0eb 100644 |
| --- a/components/payments/payment_app.mojom |
| +++ b/components/payments/payment_app.mojom |
| @@ -7,6 +7,8 @@ module payments.mojom; |
| enum PaymentAppManifestError { |
| NONE, |
| NOT_IMPLEMENTED, |
| + NO_ACTIVE_WORKER, |
| + STORE_MANIFEST_FAILED, |
| }; |
| struct PaymentAppOption { |