| Index: content/shell/common/layout_test/layout_test_payment_app_provider.mojom
|
| diff --git a/content/shell/common/layout_test/layout_test_payment_app_provider.mojom b/content/shell/common/layout_test/layout_test_payment_app_provider.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c9bb4875d107ade99098996dabbf3e0d4a312e05
|
| --- /dev/null
|
| +++ b/content/shell/common/layout_test/layout_test_payment_app_provider.mojom
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +module content.mojom;
|
| +
|
| +interface LayoutTestPaymentAppProvider {
|
| + GetAllPaymentAppIDs() => (array<int64> ids);
|
| + InvokePaymentApp(int64 registration_id);
|
| +};
|
|
|