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

Unified Diff: content/shell/common/layout_test/layout_test_payment_app_provider.mojom

Issue 2647243002: PaymentApp: Implement PaymentAppProvider for LayoutTest.
Patch Set: PaymentApp: Implement PaymentAppProvider for LayoutTest. Created 3 years, 11 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: 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);
+};

Powered by Google App Engine
This is Rietveld 408576698