| 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},
|
|
|