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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Address more comments Created 3 years, 10 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/browser/android/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index feb96d4c5f17ee5067ac12fc499a185d5ae632c9..2340423212e01755b2e287f8c2d299137f38b1b4 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -169,7 +169,8 @@
#include "components/gcm_driver/instance_id/android/component_jni_registrar.h"
#include "components/invalidation/impl/android/component_jni_registrar.h"
#include "components/payments/android/currency_formatter_android.h"
-#include "components/payments/android/payments_jni_registrar.h"
+#include "components/payments/android/payment_manifest_downloader_android.h"
+#include "components/payments/android/payment_validator_android.h"
#include "components/policy/core/browser/android/component_jni_registrar.h"
#include "components/safe_browsing_db/android/jni_registrar.h"
#include "components/safe_json/android/component_jni_registrar.h"
@@ -230,8 +231,9 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"AppBannerManagerAndroid", banners::AppBannerManagerAndroid::Register},
{"AutocompleteControllerAndroid", RegisterAutocompleteControllerAndroid},
{"AutofillSaveCardInfoBar", AutofillSaveCardInfoBar::Register},
- {"AutofillKeyboardAccessory", autofill::AutofillKeyboardAccessoryView::
- RegisterAutofillKeyboardAccessoryView},
+ {"AutofillKeyboardAccessory",
+ autofill::AutofillKeyboardAccessoryView::
+ RegisterAutofillKeyboardAccessoryView},
{"AutofillPopup",
autofill::AutofillPopupViewAndroid::RegisterAutofillPopupViewAndroid},
{"AutofillProfileBridge", autofill::RegisterAutofillProfileBridge},
@@ -343,6 +345,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
autofill::PasswordGenerationPopupViewAndroid::Register},
{"PasswordUIViewAndroid",
PasswordUIViewAndroid::RegisterPasswordUIViewAndroid},
+ {"PaymentManifestDownloaderImpl", RegisterPaymentManifestDownloader},
{"PaymentValidator", RegisterPaymentValidator},
{"PermissionDialogDelegate",
PermissionDialogDelegate::RegisterPermissionDialogDelegate},

Powered by Google App Engine
This is Rietveld 408576698