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

Unified Diff: content/browser/payments/payment_app.proto

Issue 2875493003: PaymentHandler: Remove PaymentAppManifest and PaymentAppOption. (Closed)
Patch Set: global-interface-listing 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: content/browser/payments/payment_app.proto
diff --git a/content/browser/payments/payment_app.proto b/content/browser/payments/payment_app.proto
index 88a2b2787f3e07664446659ab875dd9eff101951..c2eadb6d7953f5477e3c8a5212bb9c75b2c3ce9b 100644
--- a/content/browser/payments/payment_app.proto
+++ b/content/browser/payments/payment_app.proto
@@ -8,19 +8,6 @@ option optimize_for = LITE_RUNTIME;
package content;
-message PaymentAppManifestProto {
- optional string name = 1;
- optional string icon = 2;
- repeated PaymentAppOptionProto options = 3;
-}
-
-message PaymentAppOptionProto {
- optional string name = 1;
- optional string icon = 2;
- optional string id = 3;
- repeated string enabled_methods = 4;
-}
-
message StoredPaymentInstrumentKeyInfoProto {
optional uint64 insertion_order = 1;
optional string key = 2;
« no previous file with comments | « components/payments/mojom/payment_app.mojom ('k') | content/browser/payments/payment_app_content_unittest_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698